diff --git a/ChangeLog.txt b/ChangeLog.txt index 5ae19599..3686651f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,7 @@ Updated: - Dialog text help for dependencies - For configs error messages +- Wget options, removed -N timestamping Fixed: - Summary for upgrade packages diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 8b43b2c7..2de532ab 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -67,7 +67,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 --progress=bar:force:noscroll --show-progress" + WGET_OPTIONS = "-c -q --progress=bar:force:noscroll --show-progress" # Curl downloader options. CURL_OPTIONS = "" # Lftp donwloader options.