chore: meta rules dat

This commit is contained in:
mrFq1 2023-03-08 12:17:47 +08:00
parent 521749c1aa
commit 7b49bb6a25
1 changed files with 3 additions and 3 deletions

View File

@ -27,15 +27,15 @@ rm -f ./ClashX/Resources/geoip.dat
rm -rf ./ClashX/Resources/dashboard
rm -f GeoLite2-Country.*
echo "install mmdb"
curl -LO https://github.com/Dreamacro/maxmind-geoip/releases/latest/download/Country.mmdb
curl -LO https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/country.mmdb
gzip Country.mmdb
mv Country.mmdb.gz ./ClashX/Resources/Country.mmdb.gz
echo "install geosite"
curl -LO https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat
curl -LO https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geosite.dat
gzip geosite.dat
mv geosite.dat.gz ./ClashX/Resources/geosite.dat.gz
echo "install geoip"
curl -LO https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat
curl -LO https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.dat
gzip geoip.dat
mv geoip.dat.gz ./ClashX/Resources/geoip.dat.gz
echo "install dashboard"