Update debian11_setup.sh

This commit is contained in:
tteck 2021-10-05 14:24:35 -04:00 committed by GitHub
parent 2206627af7
commit cb3dec513c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,9 @@ apt-get -y purge openssh-{client,server} >/dev/null
apt-get autoremove >/dev/null
# Update container OS
#msg "Updating container OS..."
#apt-get update >/dev/null
#apt-get -qqy upgrade &>/dev/null
msg "Updating container OS..."
apt-get update >/dev/null
apt-get -qqy upgrade &>/dev/null
# Install prerequisites
msg "Installing prerequisites..."