修改下载地址

pull/674/head
Blink 5 years ago committed by GitHub
parent 750dcfc5d6
commit 877f506f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/download-v2ray.sh

@ -17,7 +17,8 @@ _get_latest_version() {
_download_v2ray_file() { _download_v2ray_file() {
[[ ! $v2ray_latest_ver ]] && _get_latest_version [[ ! $v2ray_latest_ver ]] && _get_latest_version
v2ray_tmp_file="/tmp/v2ray.zip" 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 if ! wget --no-check-certificate -O "$v2ray_tmp_file" $v2ray_download_link; then
echo -e " echo -e "

Loading…
Cancel
Save