shell-base/install/scripts/remote-install.sh
kebler.net bcba8bbfd4 refactor shell install scripts
add bindfs and new dir_copy script
2023-01-18 16:50:31 -08:00

6 lines
No EOL
201 B
Bash

#!/bin/bash
# module will install the uci-shell system on a remote machine
# must be run as sudo
mkdir -p /shell
chown 1000:users /shell
git clone https://git.kebler.net/base/shell-base.git /shell/base