Skip to content

Commit

Permalink
debugging installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ribalba committed Sep 29, 2023
1 parent 902f1a5 commit 24976d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ curl -fLo /tmp/latest_release.zip $ZIP_LOCATION

mkdir -p /usr/local/bin/hog

unzip /tmp/latest_release.zip -o -u -d /usr/local/bin/hog/
unzip -o -u /tmp/latest_release.zip -d /usr/local/bin/hog/
rm /tmp/latest_release.zip

chmod 755 /usr/local/bin/hog
Expand Down

0 comments on commit 24976d4

Please sign in to comment.