Updated the install.sh

This commit is contained in:
Mathias Wagner 2024-02-15 21:04:56 +01:00
parent 63081f8919
commit e9d569c47e
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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
}
echo -e "${GREEN}Installing dependencies${NC}"