From 43a66920347440804e0ebc409569df24fd4cc9f8 Mon Sep 17 00:00:00 2001 From: tteck Date: Thu, 7 Oct 2021 07:21:07 -0400 Subject: [PATCH] Update debian11_setup.sh --- debian11_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian11_setup.sh b/debian11_setup.sh index 8e39990c..eea7b308 100644 --- a/debian11_setup.sh +++ b/debian11_setup.sh @@ -32,7 +32,7 @@ apt-get autoremove >/dev/null # Update 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 # Install prerequisites