Update internet-check.sh

This commit is contained in:
tteckster 2022-04-24 04:17:02 -04:00 committed by GitHub
parent 28b0fcdce7
commit d7f10ae014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,3 +5,4 @@ if [[ $? -eq 0 ]]; then
else
echo -e "Internet Offline"
fi
# bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/internet-check.sh)"