Updated wget options

This commit is contained in:
Dimitris Zlatanidis 2023-03-12 23:13:47 +02:00
parent f8c0d2cd9d
commit dc2c031b82

View file

@ -65,7 +65,7 @@
# -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.
WGET_OPTIONS = "-c -N -q --show-progress"
WGET_OPTIONS = "-c -N -q --progress=bar:force:noscroll --show-progress"
# Curl downloader options.
CURL_OPTIONS = ""
# Lftp donwloader options.