This commit is contained in:
Loyalsoldier 2019-12-31 22:43:56 +08:00 committed by GitHub
parent 21f766dc39
commit 2168f18cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,9 @@ jobs:
- name: Get GeoLite2 file - name: Get GeoLite2 file
run: | run: |
curl -sSL -o GeoLite2-Country-CSV.zip https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key=JvbzLLx7qBZT&suffix=zip ls -lah
curl -L -o GeoLite2-Country-CSV.zip https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key=JvbzLLx7qBZT&suffix=zip
ls -lah
unzip GeoLite2-Country-CSV.zip unzip GeoLite2-Country-CSV.zip
rm -f GeoLite2-Country-CSV.zip rm -f GeoLite2-Country-CSV.zip
mv GeoLite2* geoip mv GeoLite2* geoip