mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
make apt-get noninteractive. Also fixes the grub error state
grub complains about disc unique identifier having changed
This commit is contained in:
committed by
Sarah Hoffmann
parent
f05ea577f4
commit
e49ed1bb13
@@ -3,6 +3,9 @@
|
|||||||
# hacks for broken vagrant box #DOCS:
|
# hacks for broken vagrant box #DOCS:
|
||||||
sudo rm -f /var/lib/dpkg/lock #DOCS:
|
sudo rm -f /var/lib/dpkg/lock #DOCS:
|
||||||
sudo update-locale LANG=en_US.UTF-8 #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
|
# *Note:* these installation instructions are also available in executable
|
||||||
# form for use with vagrant under vagrant/install-on-ubuntu-16.sh.
|
# 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 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:
|
# Now you can install all packages needed for Nominatim:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user