From 568e1435921b2ca2c759f9f95447f75a2b6bf969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 3 Nov 2016 21:21:29 +0100 Subject: [PATCH] Follow redirects when downloading via curl --- common/configure_fresh_system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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