aboutsummaryrefslogtreecommitdiffstats
path: root/main/geoip/geoip.cron
blob: fc96d08a82d5e06b85ac8e2435bf69a861fe98a9 (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 /usr/share/GeoIP