diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 2b88fa04..bf1937a2 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -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