From 0df7dcda11035fb85ea0f431e84827b3825f1035 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 14 Jan 2023 22:34:14 +0200 Subject: [PATCH] Updated for wget options --- configs/slpkg.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.