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