geoparser / geolocator

Apache License 2.0
19 stars 7 forks source link

Error path in install.sh #1

Open damienpalacio opened 10 years ago

damienpalacio commented 10 years ago

Good morning,

currently in the install.sh, you have this:

cd GeoNames

unzip GeoNames/cities1000.zip unzip GeoNames/allCountries.zip

rm cities1000.zip rm allCountries.zip

It moves to the folder GeoNames and then still try to unzip from the folder before. So either you should put "cd GeoNames" after the 2 unzip either remove the "GeoNames/" from the unzip commands

So currently it can't unzip but delete still these 2 files

Cheers

weizh commented 10 years ago

Right. This is a old install.sh with this bug. Thanks for opining it out.