From fa256aeabecd80079f83fa396d1f2e6897f7beff Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 4 Apr 2024 13:59:48 +0300 Subject: [PATCH] Updated for comments --- configs/slpkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"