mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated wget options
This commit is contained in:
parent
f8c0d2cd9d
commit
dc2c031b82
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue