From dc2c031b82e20ace5d120ef5c7fa6507641b6220 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 12 Mar 2023 23:13:47 +0200 Subject: [PATCH] Updated wget options --- configs/slpkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 51723bf7..fb8a1a06 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -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.