From a7a40ad9178021fbdbd00b6c655e5a26e75a7c8f Mon Sep 17 00:00:00 2001 From: Blue planet <30463977+Blueplanet20120@users.noreply.github.com> Date: Mon, 8 Jun 2020 22:33:10 +0800 Subject: [PATCH] Update v2ray.sh --- v2ray.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2ray.sh b/v2ray.sh index 6e40781..addc9a6 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.32" +_version="v3.33" cmd="apt-get"