mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +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.
|
# -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 --show-progress"
|
WGET_OPTIONS = "-c -N -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