Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4 from niels-nijens/disable-unattended-upgrades
Browse files Browse the repository at this point in the history
Disable APT unattended upgrades
  • Loading branch information
niels-nijens authored Oct 1, 2018
2 parents 0e402fe + 9ed2793 commit 5e28e71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provision/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
echo '' | sudo add-apt-repository ppa:ondrej/php
sudo DEBIAN_FRONTEND=noninteractive apt-get update

# Remove unattended upgrades
sudo DEBIAN_FRONTEND=noninteractive apt-get purge -y unattended-upgrades

# Install common packages
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y imagemagick gettext subversion git

Expand Down

0 comments on commit 5e28e71

Please sign in to comment.