Update debian11_setup.sh

This commit is contained in:
tteck
2021-10-07 07:21:07 -04:00
committed by GitHub
parent ba81721219
commit 43a6692034

@ -32,7 +32,7 @@ apt-get autoremove >/dev/null
# Update container OS # Update container OS
msg "Updating container OS..." msg "Updating container OS..."
apt update --allow-releaseinfo-change >/dev/null apt-get --allow-releaseinfo-change update >/dev/null
apt-get upgrade &>/dev/null apt-get upgrade &>/dev/null
# Install prerequisites # Install prerequisites