diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-01-31 12:30:35 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-01-31 12:30:47 +0000 |
commit | ae01bbf1922a43ecd3260657195683b69461c464 (patch) | |
tree | 1a23efea0915e30b593d3881bc7da6d12d9d8ac6 /main/geoip/geoip.cron | |
parent | c0958a44c4c19f5d6d98db6a3d7a4d18787fe160 (diff) | |
download | aports-ae01bbf1922a43ecd3260657195683b69461c464.tar.bz2 aports-ae01bbf1922a43ecd3260657195683b69461c464.tar.xz |
main/geoip: monthly update of db via cron job
Diffstat (limited to 'main/geoip/geoip.cron')
-rwxr-xr-x | main/geoip/geoip.cron | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/geoip/geoip.cron b/main/geoip/geoip.cron new file mode 100755 index 0000000000..b7c2ffd4d0 --- /dev/null +++ b/main/geoip/geoip.cron @@ -0,0 +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 |