parent
b6fe88aaaa
commit
3f541e0175
|
|
@ -3,11 +3,11 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
|
||||||
export PATH
|
export PATH
|
||||||
CHINAIP=$(curl -s https://api.ip.sb/geoip | grep China)
|
CHINAIP=$(curl -s https://api.ip.sb/geoip | grep China)
|
||||||
if [ ! -n "$CHINAIP" ]; then
|
if [ ! -n "$CHINAIP" ]; then
|
||||||
UDP2RAW_URL=https://github.com/wangyu-/udp2raw/releases/download/20200818.0/udp2raw_binaries.tar.gz
|
UDP2RAW_URL=https://github.com/wangyu-/udp2raw/releases/download/20230206.0/udp2raw_binaries.tar.gz
|
||||||
UDPSPEEDER_URL=https://github.com/wangyu-/UDPspeeder/releases/download/20210116.0/speederv2_binaries.tar.gz
|
UDPSPEEDER_URL=https://github.com/wangyu-/UDPspeeder/releases/download/20230206.0/speederv2_binaries.tar.gz
|
||||||
else
|
else
|
||||||
UDP2RAW_URL=https://soft.huayizhiyun.com/network/udptools/udp2raw/udp2raw_20200818.tar.gz
|
UDP2RAW_URL=https://soft.huayizhiyun.com/network/udptools/udp2raw/udp2raw_20230206.tar.gz
|
||||||
UDPSPEEDER_URL=https://soft.huayizhiyun.com/network/udptools/udpspeeder/speederv2_20210116.tar.gz
|
UDPSPEEDER_URL=https://soft.huayizhiyun.com/network/udptools/udpspeeder/speederv2_20230206.tar.gz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#判断系统和决定BIN名
|
#判断系统和决定BIN名
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,11 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
|
||||||
export PATH
|
export PATH
|
||||||
CHINAIP=$(curl -s https://api.ip.sb/geoip | grep China)
|
CHINAIP=$(curl -s https://api.ip.sb/geoip | grep China)
|
||||||
if [ ! -n "$CHINAIP" ]; then
|
if [ ! -n "$CHINAIP" ]; then
|
||||||
UDP2RAW_URL=https://github.com/wangyu-/udp2raw/releases/download/20200818.0/udp2raw_binaries.tar.gz
|
UDP2RAW_URL=https://github.com/wangyu-/udp2raw/releases/download/20230206.0/udp2raw_binaries.tar.gz
|
||||||
UDPSPEEDER_URL=https://github.com/wangyu-/UDPspeeder/releases/download/20210116.0/speederv2_binaries.tar.gz
|
UDPSPEEDER_URL=https://github.com/wangyu-/UDPspeeder/releases/download/20230206.0/speederv2_binaries.tar.gz
|
||||||
else
|
else
|
||||||
UDP2RAW_URL=https://soft.huayizhiyun.com/network/udptools/udp2raw/udp2raw_20200818.tar.gz
|
UDP2RAW_URL=https://soft.huayizhiyun.com/network/udptools/udp2raw/udp2raw_20230206.tar.gz
|
||||||
UDPSPEEDER_URL=https://soft.huayizhiyun.com/network/udptools/udpspeeder/speederv2_20210116.tar.gz
|
UDPSPEEDER_URL=https://soft.huayizhiyun.com/network/udptools/udpspeeder/speederv2_20230206.tar.gz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#删除旧版本
|
#删除旧版本
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue