From 01f0d2f76c961716e23cdd299092b7798b901e5e Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Sun, 24 May 2020 16:38:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=80=E9=94=AE=E8=84=9A=E6=9C=AC):=20?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=B8=80=E9=94=AE=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- install.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6883b0..ef567ab 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ * * * # 一键脚本【全自动WebSocket+TLS+CDN一键脚本】 -- 目前仅支持Centos,后续支持剩余系统 +- 目前支持Centos、Ubuntu、Debian ``` bash <(curl -L -s https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh) ``` diff --git a/install.sh b/install.sh index 251347b..5c209f7 100644 --- a/install.sh +++ b/install.sh @@ -273,6 +273,8 @@ installV2Ray(){ fi echoContent yellow "客户端链接--->" qrEncode $1 + echoContent yellow "监听V2Ray日志,如有日志出现则证明线路可用--->" + tail -f /tmp/v2ray/v2ray_access_ws_tls.log } # 开机自启 installV2RayService(){