1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00

Update zpush.sh to Z-Hub release

Change back to main Z-Hub repo for latest release
This commit is contained in:
matidau 2023-04-09 12:06:49 +10:00
parent 037d87bf24
commit 215c3dc152

View File

@ -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