From cc0a3b3350eed99a2697f171079e6ca0d4561c99 Mon Sep 17 00:00:00 2001 From: wulabing Date: Thu, 11 Jun 2020 21:02:01 +0800 Subject: [PATCH] v2ray -> v2fly --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d4cc327..8cbbd9e 100644 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ Error="${Red}[错误]${Font}" # 版本 shell_version="1.1.5.0" shell_mode="None" -github_branch="dev" +github_branch="master" version_cmp="/tmp/version_cmp.tmp" v2ray_conf_dir="/etc/v2ray" nginx_conf_dir="/etc/nginx/conf/conf.d"