From 5c5454f2d66510104d627cb6e124cb4d9601087c Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 3 Aug 2020 21:02:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9b?= =?UTF-8?q?ug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7c7698f..ded8246 100644 --- a/install.sh +++ b/install.sh @@ -195,6 +195,9 @@ installTools(){ then nginx -s stop fi + # 新建所需目录 + mkdirTools + progressTools "yellow" "检查、安装acme--->" 13 curl -s https://get.acme.sh | sh > /tmp/tls/acme.log if [[ -z `find ~/.acme.sh -name "acme.sh"` ]] @@ -626,7 +629,7 @@ init(){ echo echoContent green "作者:mack-a [https://t.me/mack_a]" echo - echoContent green "Version:v1.0.1" + echoContent green "Version:v1.0.6" echo echoContent green "Github:https://github.com/mack-a/v2ray-agent" echo