[__download] curl follow redirects

This commit is contained in:
ander 2020-07-08 00:17:12 +03:00
parent 99b5dcd8f0
commit 93506d2113
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ then
elif command -v curl > /dev/null
then
cmd="curl -o - '%s'"
cmd="curl -L -o - '%s'"
elif command -v fetch > /dev/null
then

View File

@ -25,7 +25,7 @@ then
elif command -v curl > /dev/null
then
cmd="curl -o - '%s'"
cmd="curl -L -o - '%s'"
elif command -v fetch > /dev/null
then