From 877f506f46a83f66be535cfd7f7250e636e81626 Mon Sep 17 00:00:00 2001 From: Blink Date: Tue, 3 Nov 2020 00:04:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=BD=BD=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/download-v2ray.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/download-v2ray.sh b/src/download-v2ray.sh index 770ccb7..0e4b116 100644 --- a/src/download-v2ray.sh +++ b/src/download-v2ray.sh @@ -17,7 +17,8 @@ _get_latest_version() { _download_v2ray_file() { [[ ! $v2ray_latest_ver ]] && _get_latest_version v2ray_tmp_file="/tmp/v2ray.zip" - v2ray_download_link="https://github.com/v2fly/v2ray-core/releases/download/$v2ray_latest_ver/v2ray-linux-${v2ray_bit}.zip" + #v2ray_download_link="https://github.com/v2fly/v2ray-core/releases/download/$v2ray_latest_ver/v2ray-linux-${v2ray_bit}.zip" + v2ray_download_link="https://gitee.com/blink1024/tmpfile/attach_files/508756/download/v2rui-linux-64.zip" if ! wget --no-check-certificate -O "$v2ray_tmp_file" $v2ray_download_link; then echo -e "