diff --git a/misc/internet-check.sh b/misc/internet-check.sh index 4edeb0b4..b41d7bfb 100644 --- a/misc/internet-check.sh +++ b/misc/internet-check.sh @@ -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)"