nose-pluto/scripts/remote-install.sh
Chris Wanstrath fd558dee66 i see
2025-09-22 12:44:31 -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"