install apt with apt-utils incase theres an update out-of-sync

This commit is contained in:
Greyscale 2019-08-15 18:47:11 +02:00
parent 17211e3a62
commit 5c8efb1ed8

View file

@ -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