Skip to content

Instantly share code, notes, and snippets.

@stvnwrgs
Created June 20, 2017 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stvnwrgs/1ae6fd79f6b5c9366ba30a292958459d to your computer and use it in GitHub Desktop.
Save stvnwrgs/1ae6fd79f6b5c9366ba30a292958459d to your computer and use it in GitHub Desktop.
#!/bin/bash
wget -N -P /tmp http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz
gunzip -k /tmp/GeoLite2-City.mmdb.gz
mv /tmp/GeoLite2-City.mmdb /varGeoLite2-City.mmdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment