From 215c3dc152a67808592bfd4857aec2ff82e2880f Mon Sep 17 00:00:00 2001 From: matidau <65836048+matidau@users.noreply.github.com> Date: Sun, 9 Apr 2023 12:06:49 +1000 Subject: [PATCH] Update zpush.sh to Z-Hub release Change back to main Z-Hub repo for latest release --- setup/zpush.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/zpush.sh b/setup/zpush.sh index 727b8f9d..3f6037bc 100755 --- a/setup/zpush.sh +++ b/setup/zpush.sh @@ -33,7 +33,7 @@ elif [[ $VERSION != $(cat /usr/local/lib/z-push/version) ]]; then fi if [ $needs_update == 1 ]; then # Download - wget_verify "https://github.com/matidau/Z-Push/archive/refs/tags/$VERSION.zip" $TARGETHASH /tmp/z-push.zip + wget_verify "https://github.com/Z-Hub/Z-Push/archive/refs/tags/$VERSION.zip" $TARGETHASH /tmp/z-push.zip # Extract into place. rm -rf /usr/local/lib/z-push /tmp/z-push