Update debian11_setup.sh
This commit is contained in:
parent
cb3dec513c
commit
4cf9b64f7a
1 changed files with 2 additions and 2 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue