From fdfe6f8a06198efc207ebf2b72119b91c323bf1e Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Tue, 16 Feb 2021 12:59:40 +0100 Subject: [PATCH] re-instate base upgrade. --- marshall/installers/000_apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marshall/installers/000_apt.sh b/marshall/installers/000_apt.sh index f68e988..225d88e 100644 --- a/marshall/installers/000_apt.sh +++ b/marshall/installers/000_apt.sh @@ -8,7 +8,7 @@ sed -i 's/http\:\/\/archive\.ubuntu\.com\/ubuntu\//mirror\:\/\/mirrors.ubuntu.co apt-get -qq update # System upgrade -#apt-get -yq upgrade +apt-get -yq upgrade # Install apt-utils & ca-certificates to prevent some screaming. $APT_GET apt apt-utils ca-certificates