nose-pluto/app/scripts/remote-install.sh
Chris Wanstrath 1c3dd16517 reeeeeboooot
2025-09-22 14:55:32 -07:00

8 lines
185 B
Bash
Executable File

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