From ba3168099e6b8ace1fc32a2f6416f1c75b69afa9 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Tue, 18 Aug 2020 17:45:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=8D=B8=E8=BD=BDacme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/install.sh b/install.sh index 84c21d3..66e9cbd 100644 --- a/install.sh +++ b/install.sh @@ -137,13 +137,13 @@ installTools(){ echo fi - progressTools "yellow" "卸载acme.sh--->" 4 - rm -rf ~/.acme.sh > /dev/null - if [[ ! -z `cat /root/.bashrc|grep -n acme` ]] - then - acmeBashrcLine=`cat /root/.bashrc|grep -n acme|awk -F "[:]" '{print $1}'|head -1` - sed -i "${acmeBashrcLine}d" /root/.bashrc - fi + # progressTools "yellow" "卸载acme.sh--->" 4 + # rm -rf ~/.acme.sh > /dev/null + # if [[ ! -z `cat /root/.bashrc|grep -n acme` ]] + # then + # acmeBashrcLine=`cat /root/.bashrc|grep -n acme|awk -F "[:]" '{print $1}'|head -1` + # sed -i "${acmeBashrcLine}d" /root/.bashrc + # fi progressTools "yellow" "检查、安装更新【新机器会很慢,耐心等待】--->" 5