Follow redirects when downloading via curl

This commit is contained in:
Cyryl Płotnicki 2016-11-03 21:21:29 +01:00
parent eb153a7ad9
commit 568e143592

View file

@ -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