From 4e4d64c1006764b8eb4e4119874424f29191ef91 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 7 Jun 2022 07:14:31 -0400 Subject: [PATCH] Remove Internet Check --- setup/ubuntu-install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup/ubuntu-install.sh b/setup/ubuntu-install.sh index 854317a0..bc311688 100644 --- a/setup/ubuntu-install.sh +++ b/setup/ubuntu-install.sh @@ -54,12 +54,6 @@ done msg_ok "Set up Container OS" msg_ok "Network Connected: ${BL}$(hostname -I)" -if : >/dev/tcp/8.8.8.8/53; then - msg_ok "Internet Online" -else - echo -e "${BFR} ${CROSS}${RD} Internet Offline" -fi - msg_info "Updating Container OS" apt update &>/dev/null apt-get -qqy upgrade &>/dev/null