install apt with apt-utils incase theres an update out-of-sync
This commit is contained in:
parent
17211e3a62
commit
5c8efb1ed8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue