From: Sarah Hoffmann Date: Thu, 15 Sep 2016 21:08:54 +0000 (+0200) Subject: vagrant: use old configs when updating X-Git-Tag: v3.0.0~123 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/d437a14f25405fe4dd4bbaad46f5b34965425237?hp=e1be3d9f48b51a927c26d1ac0035b50b82423916 vagrant: use old configs when updating Otherwise we may overwrite vagrant-specific settings like nopassword for sudo. --- diff --git a/vagrant/install-on-ubuntu-16.sh b/vagrant/install-on-ubuntu-16.sh index a4b9ddee..b40dbce1 100755 --- a/vagrant/install-on-ubuntu-16.sh +++ b/vagrant/install-on-ubuntu-16.sh @@ -19,7 +19,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: # sudo apt-get update -qq - sudo apt-get -o Dpkg::Options::="--force-confnew" --force-yes -fuy dist-upgrade #DOCS: sudo apt-get upgrade + sudo apt-get -o Dpkg::Options::="--force-confold" --force-yes -fuy dist-upgrade #DOCS: sudo apt-get upgrade # Now you can install all packages needed for Nominatim: