feat(脚本): 增加安装tar待测试其余系统

pull/534/merge
mack-a 2020-08-02 15:36:48 +08:00
parent 7c14bcbd2f
commit 9279066381
1 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,10 @@ installTools(){
progressTool socat & progressTool socat &
${installType} socat > /dev/null ${installType} socat > /dev/null
echoContent yellow "检查、安装tar--->"
progressTool tar &
${installType} tar > /dev/null
echoContent yellow "检查、安装crontabs--->" echoContent yellow "检查、安装crontabs--->"
progressTool crontabs & progressTool crontabs &
if [[ "${release}" = "ubuntu" ]] || [[ "${release}" = "debian" ]] if [[ "${release}" = "ubuntu" ]] || [[ "${release}" = "debian" ]]