nose-pluto/scripts/remote-install.sh
Chris Wanstrath e02c71a588 eh
2025-09-22 12:44:15 -07:00

8 lines
179 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"