Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2024-04-04 13:59:48 +03:00
parent 1e579055cf
commit fa256aeabe

View file

@ -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"