Follow redirects when downloading via curl
This commit is contained in:
parent
eb153a7ad9
commit
568e143592
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if [[ -z $DONT_CHANGE_SHELL ]]; then
|
|||
chsh -s `which zsh` $USER
|
||||
fi
|
||||
|
||||
CURL="curl -sSf"
|
||||
CURL="curl -sSfL"
|
||||
jobs_count=`nproc`
|
||||
|
||||
if [[ -z $DIR ]]; then
|
||||
|
|
Loading…
Reference in a new issue