mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
Test
This commit is contained in:
parent
cadd037384
commit
eb61e68d38
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -21,9 +21,10 @@ jobs:
|
|||||||
curl ip.sb
|
curl ip.sb
|
||||||
pwd
|
pwd
|
||||||
ls -lah ./
|
ls -lah ./
|
||||||
wget -O GeoLite2-Country-CSV.zip https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key=JvbzLLx7qBZT&suffix=zip
|
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 ./
|
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
|
||||||
|
ls -lah ./
|
||||||
|
ls -lah ./geoip
|
||||||
|
Loading…
Reference in New Issue
Block a user