nose-pluto/scripts/remote-install.sh
Chris Wanstrath c6dcf5d4ea bash config
2025-09-22 12:43:53 -07:00

8 lines
175 B
Bash
Executable File

#!/usr/bin/env bash
##
# setup your NOSEputer from your dev machine
source config.sh
ssh $HOST "cd $DEST && ./scripts/install.sh && sudo systemctl start nose-pluto.service"