Skip to content

Commit

Permalink
Trying to workaround go installed via asdf.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronromeo committed Sep 15, 2024
1 parent fbf6a6a commit 64a40b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/go-pyrfid-juke-support/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GOCMD=go
GOCMD?=go
GOBUILD=$(GOCMD) build
GOINSTALL=$(GOCMD) install
GOCLEAN=$(GOCMD) clean
Expand Down
2 changes: 1 addition & 1 deletion system/scripts/gitpull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ echo "$(date '+%Y-%m-%d %H:%M:%S') Checking variables $repodiffs $pipinstall"
if [ "$repodiffs" = true ]; then
echo "$(date '+%Y-%m-%d %H:%M:%S') Running setup"
sudo bash setup.sh
make build
make GOCMD=/home/pi/.asdf/shims/go build
sudo mv system/go-pyrfid-juke-support/soundsprout-server /usr/local/bin/
fi

Expand Down

0 comments on commit 64a40b1

Please sign in to comment.