feat(一键脚本): 完善一键脚本

pull/534/merge
mack-a 2020-05-24 16:38:42 +08:00
parent 89c772bd01
commit 01f0d2f76c
2 changed files with 3 additions and 1 deletions

View File

@ -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)
```

View File

@ -273,6 +273,8 @@ installV2Ray(){
fi
echoContent yellow "客户端链接--->"
qrEncode $1
echoContent yellow "监听V2Ray日志如有日志出现则证明线路可用--->"
tail -f /tmp/v2ray/v2ray_access_ws_tls.log
}
# 开机自启
installV2RayService(){