Updated the install.sh
This commit is contained in:
parent
7725bc665a
commit
16c41a4465
@ -16,7 +16,7 @@ function error() {
|
|||||||
|
|
||||||
function download() {
|
function download() {
|
||||||
if wget -S --spider "$1" 2>&1 | grep -q 'HTTP/1.1 200 OK'; then
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user