download geoip with the license key

export MAXMIND_KEY=xxx
pull/6294/head
Thibault Duplessis 2020-04-03 16:51:59 -06:00
parent 85b09d16ec
commit e22d52a5d8
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
mkdir -p data
cd data
wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz
gunzip -q GeoLite2-City.mmdb.gz
curl https://download.maxmind.com/app/geoip_download\?edition_id\=GeoLite2-City\&license_key\=$MAXMIND_KEY\&suffix\=tar.gz -o GeoLite2-City.mmdb.tar.gz
tar xvzf GeoLite2-City.mmdb.tar.gz
cd -