Skip to content

Commit

Permalink
Update updategeo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rushboss authored Dec 1, 2023
1 parent 24d630c commit 558c09a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PATCH/script/updategeo.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/sh

geoip_url="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat"
geoip_url="https://mirror.ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat"
geoip_path="/tmp/geoip.dat"
geosite_url="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat"
geosite_url="https://mirror.ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat"
geosite_path="/tmp/geosite.dat"
geoip_hash_url="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat.sha256sum"
geoip_hash_url="https://mirror.ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat.sha256sum"
geoip_hash_path="/tmp/geoip.dat.sha256sum"
geosite_hash_url="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat.sha256sum"
geosite_hash_url="https://mirror.ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat.sha256sum"
geosite_hash_path="/tmp/geosite.dat.sha256sum"

echo -e "\033[33mStart Downloading...... It won't take long\033[0m"
Expand Down

0 comments on commit 558c09a

Please sign in to comment.