diff --git a/setup/whoogle-install.sh b/setup/whoogle-install.sh index e311786b..66c3614b 100644 --- a/setup/whoogle-install.sh +++ b/setup/whoogle-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