rworkman / slackpkg

Slackware's slackpkg
35 stars 12 forks source link

:bulb: add DOWNLOADER variable to slackpkg.conf/slackpkg.conf.5 #26

Closed pete4abw closed 1 year ago

pete4abw commented 2 years ago

I've been having issues with wget and noticed that there is a supported slackpkg variable DOWNLOADER.

DOWNLOADER=curl can be used along with CURLFLAGS.

This was noted in 2010 in the ChangeLog. Was it removed for some reason?

As for WGETFLAGS --passive-ftp is default behavior. Perhaps adding a -w|--wait [seconds] option may alleviate some timeout issues between connections?

Just a thought.

pete4abw commented 2 years ago

See PR #27 .

piterpunk commented 1 year ago

Closed by PR #27