diff --git a/README.md b/README.md index ccb1d48..0dfb991 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,11 @@ bash <(curl -L -s https://raw.githubusercontent.com/mack-a/v2ray-agent/master/in - 8.增加定时任务 自动续期tls【todo】 # 示例图 - - +- 未安装 + + +- 已安装 + ## 全自动生成TLS证书一键脚本[只生成TLS证书] - 针对只需要生成TLS证书的用户 diff --git a/fodder/install/一键脚本已安装.png b/fodder/install/一键脚本已安装.png new file mode 100644 index 0000000..e59e09e Binary files /dev/null and b/fodder/install/一键脚本已安装.png differ diff --git a/fodder/install/一键脚本未安装.png b/fodder/install/一键脚本未安装.png new file mode 100644 index 0000000..b7af055 Binary files /dev/null and b/fodder/install/一键脚本未安装.png differ diff --git a/fodder/install/一键脚本示例图01.png b/fodder/install/一键脚本示例图01.png deleted file mode 100644 index 615ac28..0000000 Binary files a/fodder/install/一键脚本示例图01.png and /dev/null differ diff --git a/fodder/install/一键脚本示例图02.png b/fodder/install/一键脚本示例图02.png deleted file mode 100644 index 774e35f..0000000 Binary files a/fodder/install/一键脚本示例图02.png and /dev/null differ diff --git a/install.sh b/install.sh index eff8ba1..a9c31ed 100644 --- a/install.sh +++ b/install.sh @@ -466,6 +466,9 @@ init(){ v2rayVersion=`/usr/bin/v2ray/v2ray -version|awk '{print $2}'|head -1` echoContent yellow " version:${v2rayVersion}" echoContent yellow " 安装路径:/usr/bin/v2ray/" + echoContent yellow " 日志路径:" + echoContent yellow " access: /tmp/v2ray/v2ray_access_ws_tls.log" + echoContent yellow " error: /tmp/v2ray/v2ray_error_ws_tls.log" else echoContent yellow " 暂未安装" fi @@ -494,7 +497,7 @@ init(){ echoContent red "错误处理【这里请仔细阅读】" echoContent yellow "Debian:" echoContent green " 错误1:WARNING: apt does not have a stable CLI interface. Use with caution in scripts.【这个错误无需处理】" - echoContent green " 错误2:如果错误很多,且安装失败,则需要重启vps,无需重新安装。这种情况是在安装过程中意外断开导致。" + echoContent green " 错误2:如果错误很多,且安装失败,则需要重启vps,无需重新安装OS。这种情况是在安装过程中意外断开导致。" echoContent red "==============================================================" echoContent yellow " 1.安装" echoContent yellow " 2.BBR安装[推荐BBR+FQ 或者 BBR+Cake]"