master
bel 2023-03-29 19:18:20 -06:00
parent e813e3e46a
commit 42e5e2c13a
1 changed files with 2 additions and 0 deletions

View File

@ -47,8 +47,10 @@ _mayhem_party() {
log dolphin log dolphin
if ! go version; then if ! go version; then
sudo snap install go --classic sudo snap install go --classic
export GOPATH="$HOME/Go"
cd ./git.d/mayhem-party.d cd ./git.d/mayhem-party.d
go install go install
test -f "$GOPATH/bin/mayhem-party" || log "did not install"
fi fi
log launching mayhem-party log launching mayhem-party
( (