Skip to content

Commit

Permalink
mihomo: update pre-download rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkol committed Sep 12, 2024
1 parent d3a6fb1 commit 2cce604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrt/scripts/10-customize-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git clone https://$github/pmkol/openwrt-mihomo package/new/openwrt-mihomo
if curl -s "https://$mirror/openwrt/23-config-common" | grep -q "^CONFIG_PACKAGE_luci-app-mihomo=y"; then
mkdir -p files/etc/mihomo/run/ui
curl -Lso files/etc/mihomo/run/geoip.metadb https://$github/MetaCubeX/meta-rules-dat/releases/download/latest/geoip-lite.metadb
curl -Lso files/etc/mihomo/run/ASN.mmdb https://$github/xishang0128/geoip/releases/download/latest/GeoLite2-ASN.mmdb
curl -Lso files/etc/mihomo/run/ASN.mmdb https://$github/MetaCubeX/meta-rules-dat/releases/download/latest/GeoLite2-ASN.mmdb'
curl -Lso metacubexd-gh-pages.tar.gz https://$github/MetaCubeX/metacubexd/archive/refs/heads/gh-pages.tar.gz
tar zxf metacubexd-gh-pages.tar.gz
rm metacubexd-gh-pages.tar.gz
Expand Down

0 comments on commit 2cce604

Please sign in to comment.