From 24976d4f2b356d26c71af9b45ce9fd2ca8cd6d19 Mon Sep 17 00:00:00 2001 From: Didi Hoffmann Date: Fri, 29 Sep 2023 16:31:14 +0200 Subject: [PATCH] debugging installer --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fd09651..074962c 100644 --- a/install.sh +++ b/install.sh @@ -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