This commit is contained in:
Chris Wanstrath 2025-09-22 15:02:41 -07:00
parent 9f6937c2cd
commit fc35d76f33
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
set -euo pipefail
source ./scripts/config.sh
source ./app/scripts/config.sh
SOCK="$HOME/.ssh/cm-%r@%h:%p"
# 1) Open a master connection (prompts once)

View File

@ -3,6 +3,6 @@
##
# setup your NOSEputer from your dev machine
source ./scripts/config.sh
source ./app/scripts/config.sh
ssh $HOST "cd $DEST && ./scripts/install.sh && sudo systemctl start nose-pluto.service"
ssh $HOST "cd $DEST && ./app/scripts/install.sh && sudo systemctl start nose-pluto.service"