From d437a14f25405fe4dd4bbaad46f5b34965425237 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 15 Sep 2016 23:08:54 +0200 Subject: [PATCH 1/1] vagrant: use old configs when updating Otherwise we may overwrite vagrant-specific settings like nopassword for sudo. --- vagrant/install-on-ubuntu-16.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.45.2