8 lines
193 B
Bash
Executable File
8 lines
193 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
##
|
|
# setup your NOSEputer from your dev machine
|
|
|
|
source ./app/scripts/config.sh
|
|
|
|
ssh $HOST "cd $DEST && ./app/scripts/install.sh && sudo systemctl start nose-pluto.service" |