mirror of https://github.com/CGAL/cgal
Add --no-verbose option to wget to make it less verbose (remove progress bar).
This commit is contained in:
parent
cc6fbbad21
commit
587ca0290b
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue