mirror of https://github.com/tteck/Proxmox.git
Update debian11_setup.sh
This commit is contained in:
parent
0955568fb4
commit
3e1ca37cba
|
@ -35,7 +35,6 @@ while [ "$(hostname -I)" = "" ]; do
|
|||
done
|
||||
echo -e "${CHECKMARK} \e[1;92m Network connected: \e[0m $(hostname -I)"
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Updating Container OS... \e[0m"
|
||||
msg "Updating container OS..."
|
||||
apt update &>/dev/null
|
||||
apt-get -qqy upgrade &>/dev/null
|
||||
|
|
Loading…
Reference in New Issue