nose-pluto/app/scripts/remote-install.sh
2025-09-26 10:22:13 -07:00

3 lines
142 B
Bash
Executable File

#!/usr/bin/env bash
source ./app/scripts/config.sh
ssh $HOST "cd $DEST && ./app/scripts/install.sh && sudo systemctl start nose-pluto.service"