summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/prereq.sh2
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 "