From 92790663818486b2a5c9ff7688d419c246dd8419 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Sun, 2 Aug 2020 15:36:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AE=89=E8=A3=85tar=E5=BE=85=E6=B5=8B=E8=AF=95=E5=85=B6?= =?UTF-8?q?=E4=BD=99=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 415ed6a..977fc19 100644 --- a/install.sh +++ b/install.sh @@ -134,6 +134,10 @@ installTools(){ progressTool socat & ${installType} socat > /dev/null + echoContent yellow "检查、安装tar--->" + progressTool tar & + ${installType} tar > /dev/null + echoContent yellow "检查、安装crontabs--->" progressTool crontabs & if [[ "${release}" = "ubuntu" ]] || [[ "${release}" = "debian" ]]