Merge pull request #1870 from H4xl0r/patch-1

Update update-geoipdb
This commit is contained in:
jcrew99
2020-02-11 13:56:31 +10:00
committed by GitHub

View File

@@ -55,7 +55,8 @@ check_perms() {
install() {
info 'Downloading MaxMind GeoLite2-City database ...'
/usr/bin/curl -O https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
#/usr/bin/curl -O https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
/usr/bin/curl -O https://web.archive.org/web/20191227182209/https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
info 'Extracting GeoLite2-City.tar.gz ...'
/bin/gunzip GeoLite2-City.tar.gz