diff --git a/scripts/config.sh b/scripts/config.sh index f72b076..edbf761 100644 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -3,5 +3,6 @@ # It isn't enough to modify this yet. # You also need to manually update the nose-pluto.service file. HOST="${HOST:-nose@nose-pluto.local}" +URL="${URL:-http://nose-pluto.local} DEST="${DEST:-~/.nose}" REPO="${REPO:-https://git.nose.space/defunkt/nose-pluto}" \ No newline at end of file diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 4c16469..ed8a0cd 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -21,4 +21,4 @@ git push origin main git push gitea main # Run remote install on the target -ssh $HOST "sudo reboot" \ No newline at end of file +curl $OPEN/cmd/update \ No newline at end of file