Add --no-verbose option to wget to make it less verbose (remove progress bar).

This commit is contained in:
Sylvain Pion 2008-08-22 08:31:25 +00:00
parent cc6fbbad21
commit 587ca0290b
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ umask 022
SCP="scp"
WGET="wget"
WGET_OPTS="--no-check-certificate"
WGET_OPTS="--no-check-certificate --no-verbose"
CURL="curl"
CURL_OPTS="-k --remote-name --silent --location-trusted"
CGAL_URL="https://cgal.geometryfactory.com/CGAL/Members/Releases"

View File

@ -27,7 +27,7 @@ umask 022
SCP="scp"
WGET="wget"
WGET_OPTS="--no-check-certificate"
WGET_OPTS="--no-check-certificate --no-verbose"
CURL="curl"
CURL_OPTS="-k --remote-name --silent --location-trusted"
CGAL_URL="https://cgal.geometryfactory.com/CGAL/Members/Releases"