Updated wget options

This commit is contained in:
Dimitris Zlatanidis 2023-03-15 11:19:12 +02:00
parent e3f7346762
commit afab65bfdd
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
Updated:
- Dialog text help for dependencies
- For configs error messages
- Wget options, removed -N timestamping
Fixed:
- Summary for upgrade packages

View file

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