diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/simplepkg.conf.new | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new index e1b989d..bf62450 100644 --- a/conf/simplepkg.conf.new +++ b/conf/simplepkg.conf.new @@ -46,8 +46,12 @@ STORAGE="/var/simplaret/packages" # to enable it, set to "1" or "yes" PASSIVE_FTP="1" +# http retrieval tool +# available parameters are "wget" or "curl" +HTTP_TOOL="wget" + # ftp retrieval tool -# available parameters are "wget" or "ncftpget" +# available parameters are "wget", "curl" or "ncftpget" FTP_TOOL="wget" # set connection timeout in seconds |