fix(脚本): 修改安装tar
parent
a16187645d
commit
33c8e545fe
|
@ -189,7 +189,7 @@ installTools(){
|
||||||
${installType} socat > /dev/null
|
${installType} socat > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z `find /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin |grep -v grep|grep tar` ]]
|
if [[ -z `find /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin |grep -v grep|grep -w tar` ]]
|
||||||
then
|
then
|
||||||
# progressTools "yellow" "安装tar--->"
|
# progressTools "yellow" "安装tar--->"
|
||||||
echoContent green " ---> 安装tar"
|
echoContent green " ---> 安装tar"
|
||||||
|
|
Loading…
Reference in New Issue