Skip to content

Instantly share code, notes, and snippets.

View theratman's full-sized avatar

Original RatMan theratman

View GitHub Profile
#!/bin/bash
# geoip-update.sh -- update geoip lite database(s).
# author: [email protected]
#prg="wget --quiet"
prg="wget"
download_path="/usr/share/GeoIP/download"
geolite_path="/usr/share/GeoIP"