nose-pluto/scripts/remote-install.sh
Chris Wanstrath 612b6d8c1d ok
2025-09-16 20:58:37 -07:00

9 lines
203 B
Bash
Executable File

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