make apt-get noninteractive. Also fixes the grub error state

grub complains about disc unique identifier having changed
This commit is contained in:
marc tobias 2016-09-07 15:08:30 +01:00 committed by Sarah Hoffmann
parent f05ea577f4
commit e49ed1bb13

View File

@ -3,6 +3,9 @@
# hacks for broken vagrant box #DOCS:
sudo rm -f /var/lib/dpkg/lock #DOCS:
sudo update-locale LANG=en_US.UTF-8 #DOCS:
export APT_LISTCHANGES_FRONTEND=none #DOCS:
export DEBIAN_FRONTEND=noninteractive #DOCS:
#
# *Note:* these installation instructions are also available in executable
# form for use with vagrant under vagrant/install-on-ubuntu-16.sh.
@ -16,7 +19,7 @@ sudo update-locale LANG=en_US.UTF-8 #DOCS:
#
sudo apt-get update -qq
sudo apt-get upgrade -y
sudo apt-get -o Dpkg::Options::="--force-confnew" --force-yes -fuy dist-upgrade #DOCS: sudo apt-get upgrade
# Now you can install all packages needed for Nominatim: