mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated wget options
This commit is contained in:
parent
e3f7346762
commit
afab65bfdd
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
Updated:
|
||||
- Dialog text help for dependencies
|
||||
- For configs error messages
|
||||
- Wget options, removed -N timestamping
|
||||
Fixed:
|
||||
- Summary for upgrade packages
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue