Created
June 20, 2017 13:53
-
-
Save stvnwrgs/1ae6fd79f6b5c9366ba30a292958459d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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