mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Show wget progress in update.sh (closes #2633)
This commit is contained in:
parent
0270f6aa08
commit
bed18b1981
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user