Updated the install.sh
This commit is contained in:
parent
63081f8919
commit
e9d569c47e
@ -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}"
|
||||
|
Reference in New Issue
Block a user