Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
kslr authored Sep 25, 2020
1 parent ad4924a commit 155c0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/user-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ build_v2() {

build_dat() {
echo ">>> Downloading newest geoip ..."
curl -s -L -o "$TMP"/geoip.dat "https://github.com/v2ray/geoip/raw/release/geoip.dat"
curl -s -L -o "$TMP"/geoip.dat "https://github.com/v2fly/geoip/raw/release/geoip.dat"

echo ">>> Downloading newest geosite ..."
curl -s -L -o "$TMP"/geosite.dat "https://github.com/v2ray/domain-list-community/raw/release/dlc.dat"
curl -s -L -o "$TMP"/geosite.dat "https://github.com/v2fly/domain-list-community/raw/release/dlc.dat"
}

copyconf() {
Expand Down

0 comments on commit 155c0e0

Please sign in to comment.