From 5b2ddcc119d5794cfcb2036699603449bfd234ff Mon Sep 17 00:00:00 2001 From: tteck Date: Thu, 19 Aug 2021 13:32:54 -0400 Subject: [PATCH] Update mariadb_setup.sh --- mariadb_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb_setup.sh b/mariadb_setup.sh index b415ceba..c1814f51 100644 --- a/mariadb_setup.sh +++ b/mariadb_setup.sh @@ -32,7 +32,7 @@ apt-get autoremove >/dev/null # Update container OS msg "Updating container OS..." -apt-get --allow-releaseinfo-change update >/dev/null +apt-get update >/dev/null apt-get -qqy upgrade &>/dev/null # Install prerequisites