Update debian11_setup.sh

This commit is contained in:
tteck 2021-10-05 14:31:11 -04:00 committed by GitHub
parent cb3dec513c
commit 4cf9b64f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ apt-get autoremove >/dev/null
# Update container OS
msg "Updating container OS..."
apt-get update >/dev/null
apt-get -qqy upgrade &>/dev/null
apt update >/dev/null
apt upgrade &>/dev/null
# Install prerequisites
msg "Installing prerequisites..."