Commit 9a306b58 authored by James Larrowe's avatar James Larrowe Committed by Ed Reel

Add progress bars to install.sh (#2988)

parent 28a44737
...@@ -98,7 +98,7 @@ function download_check () { ...@@ -98,7 +98,7 @@ function download_check () {
#download #download
echo "Downloading $1..." echo "Downloading $1..."
curl -C - -# -L --ssl $2 -o "$3" curl --progress-bar -C - -# -L --ssl $2 -o "$3"
#verify #verify
echo "Verifying $1..." echo "Verifying $1..."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment