diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 45e3034a..76c70652 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -101,7 +101,7 @@ REINSTALL = "upgradepkg --reinstall" # See manpage of the removepkg. REMOVEPKG = "removepkg" -# You can choose a downloader among wget, curl and lftp. +# You can choose a downloader among wget, wget2, curl and lftp. # Default is wget. [wget/wget2/curl/lftp] DOWNLOADER = "wget"