Fix: explicitly use version number in update script

This commit is contained in:
Pieter Vander Vennet 2024-10-12 12:59:06 +02:00
parent e35df654d7
commit 977c6ff9fb

View file

@ -2,7 +2,7 @@
# Full database update. Downloads the latest from planet.osm.org, build update script, setup and seed it # Full database update. Downloads the latest from planet.osm.org, build update script, setup and seed it
# Meant to be run with 'nohup' # 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 init # contains a 'npm run generate, which builds the layers'
npm run generate:buildDbScript npm run generate:buildDbScript
mv build_db.lua ~/data/ mv build_db.lua ~/data/