mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Disable wget progress bar but not all output
This commit is contained in:
parent
16ea9bd102
commit
0b6c7ba49e
|
@ -5,7 +5,7 @@ archive=$1
|
|||
url=$2
|
||||
|
||||
if [ ! -f $archive.tar.gz ]; then
|
||||
wget -O $archive.tar.gz $url
|
||||
wget --no-verbose -O $archive.tar.gz $url
|
||||
fi
|
||||
|
||||
rmdir $archive
|
||||
|
|
Loading…
Reference in New Issue
Block a user