Skip to content

Commit

Permalink
[fix] Prevent grub from being upgraded
Browse files Browse the repository at this point in the history
Fix dialogs popping up even with DEBIAN_FRONTEND=noninteractive.
  • Loading branch information
mmalecki committed Sep 27, 2013
1 parent 2b3415f commit 0fe113e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/ubuntu-base/scripts/install.sh
Expand Up @@ -2,6 +2,7 @@
# Update the system
#
export DEBIAN_FRONTEND=noninteractive
apt-mark hold grub grub2 grub-pc
apt-get -y update
apt-get -y upgrade
apt-get -y install git-core build-essential libssl-dev pkg-config libbz2-dev ntp

0 comments on commit 0fe113e

Please sign in to comment.