diff --git a/configs/slpkg.toml b/configs/slpkg.toml index cf2966dc..0b3b85ef 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -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.