From aec535a7c5f85f4e5a422a5a122904ed663b450c Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Thu, 28 Apr 2022 21:08:09 -0400
Subject: [PATCH] Update iobroker-install.sh

---
 setup/iobroker-install.sh | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/setup/iobroker-install.sh b/setup/iobroker-install.sh
index 4bf4f90c..c9650bab 100644
--- a/setup/iobroker-install.sh
+++ b/setup/iobroker-install.sh
@@ -54,15 +54,6 @@ done
 msg_ok "Set up Container OS"
 msg_ok "Network Connected: ${BL}$(hostname -I)"
 
-msg_info "Checking Internet Status"
-INTER=$(wget -q --tries=10 --timeout=5 --spider https://google.com)
-sleep 2
-if [[ "$INTER" != "0" ]]; then
-        msg_ok "Internet Online"
-else
-        echo -e "${BFR} ${CROSS}${RD} Internet Offline${CL}"
-fi
-
 msg_info "Updating Container OS"
 apt update &>/dev/null
 apt-get -qqy upgrade &>/dev/null