From a48c83c3657d562ae272fd1a5ce7d571081573f9 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sat, 27 Jan 2018 11:21:29 +0800 Subject: [PATCH] V2.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复cron依赖 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index aa4e77b..6398eb0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ cd temp bash install.sh | tee v2log.txt ``` +## 启动方式 + +启动 V2ray:`systemctl start nginx` + +启动 Nginx:`systemctl start v2ray` + +(其他的应该不用我多说了吧 嘿嘿嘿) + ## 更新方式 执行: `bash <(curl -L -s https://install.direct/go.sh)` @@ -45,6 +53,9 @@ bash install.sh | tee v2log.txt ### 问题反馈 * 请携带 v2log.txt 文件内容进行反馈 ### 更新说明 +## 2018-01-27 +v2.1.1(stable) +* 1.修复 部分机型因缺乏 crontab (计划任务)依赖导致的安装失败问题 ## 2017-12-06 V2.1(stable) * 1.修复 Centos7 找不到 Nginx 安装包的问题