diff options
Diffstat (limited to 'src/deploy.sh')
-rwxr-xr-x | src/deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/deploy.sh b/src/deploy.sh index 0ed5f17..454a179 100755 --- a/src/deploy.sh +++ b/src/deploy.sh @@ -33,6 +33,9 @@ # - generate ssh key: # $ ssh-keygen -f id_rsa # - configure ssh.config +# - copy flufigut-client.sh to every machine and install ist +# $ sudo ./flufigut-client.sh install +# OUTPUT_DIR="output/" SSH_KEY="../id_rsa" |