diff options
Diffstat (limited to 'scripts/prereq.sh')
-rwxr-xr-x | scripts/prereq.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prereq.sh b/scripts/prereq.sh index 0ccbc589f..7ae1dff1e 100755 --- a/scripts/prereq.sh +++ b/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 " |