summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/prereq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prereq.sh b/scripts/prereq.sh
index 842796a8f..195acd2be 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) -L -k -f -\# -o "
+ FETCHCMD="$(which $tool) --progress-bar -L -k -f -o "
;;
wget)
FETCHCMD="$(which $tool) --no-check-certificate -O "