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