mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
Show wget progress in update.sh (closes #2633)
This commit is contained in:
@@ -24,7 +24,7 @@ rm -rf ./data/viewcache/* > /dev/null
|
|||||||
|
|
||||||
echo Downloading latest release
|
echo Downloading latest release
|
||||||
rm -f ./grocy-latest.zip > /dev/null
|
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
|
echo Unzipping latest release
|
||||||
unzip -o ./grocy-latest.zip > /dev/null
|
unzip -o ./grocy-latest.zip > /dev/null
|
||||||
|
Reference in New Issue
Block a user