From 6d236f45faedd08abc23a16c60113005da5f61a7 Mon Sep 17 00:00:00 2001 From: mrFq1 <1xxbx0il0@mozmail.com> Date: Wed, 7 Jun 2023 00:48:18 +0800 Subject: [PATCH] fix: geo file download --- install_dependency.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_dependency.sh b/install_dependency.sh index ef7eb69..f7b6e1b 100755 --- a/install_dependency.sh +++ b/install_dependency.sh @@ -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/MetaCubeX/meta-rules-dat/releases/download/latest/country.mmdb +curl -LO https://github.com/MetaCubeX/meta-rules-dat/raw/release/country.mmdb gzip country.mmdb mv country.mmdb.gz ./ClashX/Resources/country.mmdb.gz echo "install geosite" -curl -LO https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geosite.dat +curl -LO https://github.com/MetaCubeX/meta-rules-dat/raw/release/geosite.dat gzip geosite.dat mv geosite.dat.gz ./ClashX/Resources/geosite.dat.gz echo "install geoip" -curl -LO https://github.com/MetaCubeX/meta-rules-dat/releases/download/latest/geoip.dat +curl -LO https://github.com/MetaCubeX/meta-rules-dat/raw/release/geoip.dat gzip geoip.dat mv geoip.dat.gz ./ClashX/Resources/geoip.dat.gz echo "install dashboard"