mirror of https://github.com/tteck/Proxmox.git
Update debian11_setup.sh
This commit is contained in:
parent
cb3dec513c
commit
4cf9b64f7a
|
@ -32,8 +32,8 @@ apt-get autoremove >/dev/null
|
||||||
|
|
||||||
# Update container OS
|
# Update container OS
|
||||||
msg "Updating container OS..."
|
msg "Updating container OS..."
|
||||||
apt-get update >/dev/null
|
apt update >/dev/null
|
||||||
apt-get -qqy upgrade &>/dev/null
|
apt upgrade &>/dev/null
|
||||||
|
|
||||||
# Install prerequisites
|
# Install prerequisites
|
||||||
msg "Installing prerequisites..."
|
msg "Installing prerequisites..."
|
||||||
|
|
Loading…
Reference in New Issue