mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +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:
|
Updated:
|
||||||
- Dialog text help for dependencies
|
- Dialog text help for dependencies
|
||||||
- For configs error messages
|
- For configs error messages
|
||||||
|
- Wget options, removed -N timestamping
|
||||||
Fixed:
|
Fixed:
|
||||||
- Summary for upgrade packages
|
- Summary for upgrade packages
|
||||||
|
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
# -N, --timestamping: don't re-retrieve files unless newer.
|
# -N, --timestamping: don't re-retrieve files unless newer.
|
||||||
# -q, Turn off Wget's output.
|
# -q, Turn off Wget's output.
|
||||||
# --show-progress, Force wget to display the progress bar in any verbosity.
|
# --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 downloader options.
|
||||||
CURL_OPTIONS = ""
|
CURL_OPTIONS = ""
|
||||||
# Lftp donwloader options.
|
# Lftp donwloader options.
|
||||||
|
|
Loading…
Add table
Reference in a new issue