Skip to content

Commit 86bab06

Browse files
authored
修改822行为指定版本
1 parent 553f894 commit 86bab06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2ray.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ installBBR() {
819819
installV2ray() {
820820
rm -rf /tmp/v2ray
821821
mkdir -p /tmp/v2ray
822-
DOWNLOAD_LINK="${V6_PROXY}https://github.com/v2fly/v2ray-core/releases/download/${NEW_VER}/v2ray-linux-$(archAffix).zip"
822+
DOWNLOAD_LINK="${V6_PROXY}https://github.com/v2fly/v2ray-core/releases/download/v4.45.2/v2ray-linux-$(archAffix).zip"
823823
colorEcho $BLUE " 下载V2Ray: ${DOWNLOAD_LINK}"
824824
curl -L -H "Cache-Control: no-cache" -o /tmp/v2ray/v2ray.zip ${DOWNLOAD_LINK}
825825
if [ $? != 0 ];then

0 commit comments

Comments
 (0)