Updated for wget options

This commit is contained in:
Dimitris Zlatanidis 2023-01-14 22:34:14 +02:00
parent f3c55e127c
commit 0df7dcda11

View file

@ -53,9 +53,11 @@
# Wget downloader options.
# -c, --continue: resume getting a partially-downloaded file.
# -N, --timestamping: don't re-retrieve files unless newer
# -N, --timestamping: don't re-retrieve files unless newer.
# -q, Turn off Wget's output.
# --show-progress, Force wget to display the progress bar in any verbosity.
# than local.
wget_options = "-c -N"
wget_options = "-c -N -q --show-progress"
# This effect how you see the download and
# how the packages build and install.