From 5c8efb1ed85be7cb0d83d12ded13c986cad9e5b4 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Thu, 15 Aug 2019 18:47:11 +0200 Subject: [PATCH] install apt with apt-utils incase theres an update out-of-sync --- 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 d1bb961..07cdb15 100644 --- a/marshall/installers/000_apt.sh +++ b/marshall/installers/000_apt.sh @@ -11,4 +11,4 @@ apt-get -qq update apt-get -yq upgrade # Install apt-utils to prevent some screaming. -$APT_GET apt-utils +$APT_GET apt apt-utils