From 95a5640901111b8a2328bd6772d0006a67c140d3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 9 Dec 2012 17:52:15 +0100 Subject: make curl follow redirects --- bin/g-i-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index f5c7ac9d..39753771 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -54,7 +54,7 @@ fetch_if_newer() { url="$2" file="$1" - curlopts="" + curlopts="-L" if [ -f $file ] ; then curlopts="-z $file" fi -- cgit v1.2.3-70-g09d2