1
0
mirror of https://github.com/tteck/Proxmox.git synced 2025-06-15 04:00:28 +02:00

Update pve6_ha_setup.sh

This commit is contained in:
tteck
2021-08-19 13:25:35 -04:00
committed by GitHub
parent 4c0aea9214
commit a05a2295db

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 --allow-releaseinfo-change update >/dev/null apt-get update >/dev/null
apt-get -qqy upgrade &>/dev/null apt-get -qqy upgrade &>/dev/null
# Install prerequisites # Install prerequisites