summaryrefslogtreecommitdiffstats
path: root/main/geoip/geoip.cron
blob: b7c2ffd4d09eda08be5c293f211b726fe102bf67 (plain)
1
2
#!/bin/sh
wget -q http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz -O /tmp/GeoIP.dat.gz && gunzip tmp/GeoIP.dat.gz && mv tmp/GeoIP.dat.gz /usr/share/GeoIP