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