switch Ubuntu installation scripts to Python frontend

This commit is contained in:
Sarah Hoffmann
2024-02-19 17:08:23 +01:00
parent 4aba36c5ac
commit cf49a070fd
3 changed files with 202 additions and 160 deletions

2
Vagrantfile vendored
View File

@@ -38,7 +38,7 @@ Vagrant.configure("2") do |config|
lv.memory = 2048
lv.nested = true
if ENV['CHECKOUT'] != 'y' then
override.vm.synced_folder ".", "/home/vagrant/Nominatim", type: 'nfs'
override.vm.synced_folder ".", "/home/vagrant/Nominatim", type: 'nfs', nfs_udp: false
end
end