diff --git a/install.sh b/install.sh index cfb4d27..cd2aa06 100644 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ function error() { function download() { if wget -S --spider "$1" 2>&1 | grep -q 'HTTP/1.1 200 OK'; then - wget -qO "$2" "$1" + wget -q --show-progress "$2" "$1" fi }