geoip: fix mmdb download

pull/30/head
undefined 4 years ago
parent 0c8125c10c
commit b9b9cecf34

@ -1,6 +1,6 @@
{
"name": "@hydrooj/geoip",
"version": "1.1.15",
"version": "1.1.16",
"main": "package.json",
"repository": "git@github.com:hydro-dev/Hydro.git",
"author": "undefined <masnn0@outlook.com>",
@ -14,4 +14,4 @@
"peerDependencies": {
"hydrooj": "^2.12.0||^2.13.0"
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
get -O ./GeoLite2-City.tar.gz "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=${LICENSE_KEY}&suffix=tar.gz"
wget -O ./GeoLite2-City.tar.gz "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=${LICENSE_KEY}&suffix=tar.gz"
tar zxvf ./GeoLite2-City.tar.gz -C .
mv ./GeoLite2-City_*/GeoLite2-City.mmdb ./GeoLite2-City.mmdb
rm -r ./GeoLite2-City_* ./GeoLite2-City.tar.gz

Loading…
Cancel
Save