From be6b258229321e1ae246c7fe01258d567d24d9d0 Mon Sep 17 00:00:00 2001 From: 233boy Date: Mon, 21 Jan 2019 23:02:55 +0800 Subject: [PATCH] update link --- v2ray.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2ray.sh b/v2ray.sh index 50fffa6..83637d1 100644 --- a/v2ray.sh +++ b/v2ray.sh @@ -10,7 +10,7 @@ none='\e[0m' # Root [[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1 -_version="v3.19-test" +_version="v3.20-test" cmd="apt-get" @@ -2941,7 +2941,7 @@ reinstall) if [[ $is_uninstall_v2ray ]]; then cd cd - >/dev/null 2>&1 - bash <(curl -s -L https://233blog.com/v2ray.sh) + bash <(curl -s -L https://git.io/v2ray.sh) fi ;; [aA][Ii] | [Dd])