Show wget progress in update.sh (closes #2633)

This commit is contained in:
Bernd Bestel 2025-01-05 18:31:28 +01:00
parent 0270f6aa08
commit bed18b1981
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -24,7 +24,7 @@ rm -rf ./data/viewcache/* > /dev/null
echo Downloading latest release
rm -f ./grocy-latest.zip > /dev/null
wget $GROCY_RELEASE_URL -q -O ./grocy-latest.zip > /dev/null
wget $GROCY_RELEASE_URL -q --show-progress -O ./grocy-latest.zip > /dev/null
echo Unzipping latest release
unzip -o ./grocy-latest.zip > /dev/null