From d3ca9c66e1ad2d0e5990f6bd4bd2c8e16950acf0 Mon Sep 17 00:00:00 2001 From: bel Date: Wed, 29 Mar 2023 19:18:43 -0600 Subject: [PATCH] gogo --- server-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-vm.sh b/server-vm.sh index 4229143..756d0a3 100644 --- a/server-vm.sh +++ b/server-vm.sh @@ -49,7 +49,7 @@ _mayhem_party() { sudo snap install go --classic export GOPATH="$HOME/Go" cd ./git.d/mayhem-party.d - go install + snap run go install test -f "$GOPATH/bin/mayhem-party" || log "did not install" fi log launching mayhem-party