nose-pluto/app/scripts/remote-install.sh
Chris Wanstrath fc35d76f33 paths
2025-09-22 15:02:41 -07:00

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"