From 977c6ff9fb30267f47c39aa55fb0a0f2e6028564 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 12 Oct 2024 12:59:06 +0200 Subject: [PATCH] Fix: explicitly use version number in update script --- scripts/osm2pgsql/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/osm2pgsql/update.sh b/scripts/osm2pgsql/update.sh index d15c18f95..e3b87a051 100755 --- a/scripts/osm2pgsql/update.sh +++ b/scripts/osm2pgsql/update.sh @@ -2,7 +2,7 @@ # Full database update. Downloads the latest from planet.osm.org, build update script, setup and seed it # Meant to be run with 'nohup' -nvm use +nvm use 20.12.2 npm run init # contains a 'npm run generate, which builds the layers' npm run generate:buildDbScript mv build_db.lua ~/data/