This commit is contained in:
Chris Wanstrath 2025-09-22 12:44:31 -07:00
parent e02c71a588
commit fd558dee66
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
set -euo pipefail
source "./config.sh"
source ./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 "./config.sh"
source ./scripts/config.sh
ssh $HOST "cd $DEST && ./scripts/install.sh && sudo systemctl start nose-pluto.service"