Updated the install.sh

This commit is contained in:
2024-02-15 21:04:56 +01:00
parent 63081f8919
commit e9d569c47e

View File

@ -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}"