summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
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