mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-26 14:36:23 +03:00
make apt-get noninteractive. Also fixes the grub error state
grub complains about disc unique identifier having changed
This commit is contained in:
parent
f05ea577f4
commit
e49ed1bb13
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user