Browse Source

allow to fetch on redirects

Waldemar Brodkorb 8 years ago
parent
commit
b2904322a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/prereq.sh

+ 1 - 1
scripts/prereq.sh

@@ -49,7 +49,7 @@ for tool in $tools; do
     printf "found\n"
     case $tool in
       curl)
-        FETCHCMD="$(which $tool) -k -f -s -o "
+        FETCHCMD="$(which $tool) -L -k -f -s -o "
         ;;
       wget)
         FETCHCMD="$(which $tool) --no-check-certificate -q -O "