feat(脚本): 增加安装tar待测试其余系统
parent
7c14bcbd2f
commit
9279066381
|
@ -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" ]]
|
||||||
|
|
Loading…
Reference in New Issue