mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for wget options
This commit is contained in:
parent
f3c55e127c
commit
0df7dcda11
1 changed files with 4 additions and 2 deletions
|
@ -53,9 +53,11 @@
|
|||
|
||||
# Wget downloader options.
|
||||
# -c, --continue: resume getting a partially-downloaded file.
|
||||
# -N, --timestamping: don't re-retrieve files unless newer
|
||||
# -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.
|
||||
# than local.
|
||||
wget_options = "-c -N"
|
||||
wget_options = "-c -N -q --show-progress"
|
||||
|
||||
# This effect how you see the download and
|
||||
# how the packages build and install.
|
||||
|
|
Loading…
Reference in a new issue