slackpkg.conf : no more DOWNLOADER= option
by marav from LinuxQuestions.org on (#5HAR1)
Hi,
Before, I was using slackpkg with curl
In /usr/libexec/slackpkg/core-functions.sh
Code:if [ "$DOWNLOADER" = "curl" ]; then
DOWNLOADER="curl ${CURLFLAGS} -o"
else
DOWNLOADER="wget ${WGETFLAGS} -O"
fiBut we don't have the choice of the downloader in /etc/slackpkg/slackpkg.conf
As far as I remember, this option was available before


Before, I was using slackpkg with curl
In /usr/libexec/slackpkg/core-functions.sh
Code:if [ "$DOWNLOADER" = "curl" ]; then
DOWNLOADER="curl ${CURLFLAGS} -o"
else
DOWNLOADER="wget ${WGETFLAGS} -O"
fiBut we don't have the choice of the downloader in /etc/slackpkg/slackpkg.conf
As far as I remember, this option was available before