Remove Internet Check

This commit is contained in:
tteckster 2022-06-07 07:12:18 -04:00 committed by GitHub
parent 33a5d2b95f
commit 8fe0e1f970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -55,12 +55,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