diff --git a/install.sh b/install.sh index f519c6f..ac716c6 100644 --- a/install.sh +++ b/install.sh @@ -15,9 +15,7 @@ function error() { } function download() { - if wget -S --spider "$1" 2>&1 | grep -q 'HTTP/1.1 200 OK'; then - wget -q --show-progress -O "$2" "$1" - fi + wget -q --show-progress -O "$2" "$1" } echo -e "${GREEN}Installing dependencies${NC}"