forked from MapComplete/MapComplete
Add update script
This commit is contained in:
parent
df0b43ba41
commit
857b3a6384
2 changed files with 17 additions and 0 deletions
5
scripts/osm2pgsql/update.sh
Normal file
5
scripts/osm2pgsql/update.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
npm run generate:buildDbScript
|
||||
mv build_db.sh ~/data/
|
||||
transmission-cli https://planet.osm.org/pbf/planet-latest.osm.pbf.torrent -f ./on_data_downloaded.sh &>nohup_transmission.log
|
Loading…
Add table
Add a link
Reference in a new issue