Redirect when using curl

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
fix-linux
Rudi Grinberg 2019-11-29 12:46:53 +07:00 committed by John Benediktsson
parent ca474dd154
commit deb324dee1
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ set_downloader() {
fi
test_program_installed curl
if [[ $? -ne 0 ]] ; then
DOWNLOADER="curl -f -O"
DOWNLOADER="curl -L -f -O"
DOWNLOADER_NAME=curl
return
fi