1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-02 02:51:53 +00:00

Update debian11_setup.sh

This commit is contained in:
tteck 2021-09-30 10:18:48 -04:00 committed by GitHub
parent 87056049b5
commit a88775c1a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ 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-get dist-upgrade >/dev/null
apt-get -qqy upgrade &>/dev/null apt-get -qqy upgrade &>/dev/null
# Install prerequisites # Install prerequisites