Skip to content

Commit

Permalink
Commented the last change
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 19, 2023
1 parent 6edd650 commit 1b43ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/download_databases
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ mkdir -p $OSM_HOME
cd $OSM_HOME && wget -N -c https://download.geofabrik.de/europe-latest.osm.bz2
wget -N -c https://download.geofabrik.de/north-america-latest.osm.bz2
wget -N -c https://download.geofabrik.de/australia-oceania-latest.osm.bz2

# If you're paranoid, enable this line to verify the download
# bunzip2 -t *.osm.bz2

# cd $HOME/src/njh/Geo-Coder-Free && git pull && perl Makefile.PL && make && make test AUTHOR_TESTING=1 TEST_FILES="t/scantext.t t/whosonfirst.t t/openaddr.t t/maxmind.t t/local.t"
Expand Down

0 comments on commit 1b43ba7

Please sign in to comment.