mirror of https://github.com/tteck/Proxmox.git
Remove Internet Check
This commit is contained in:
parent
44daa16f77
commit
33a5d2b95f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue