From 701108f40eb5027ee9dc114feb65bcc096ba30c6 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sun, 28 Jan 2018 09:00:18 +0800 Subject: [PATCH] Update install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 losf 依赖未安装导致的端口占用判断出错 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f5dd0ec..f58d301 100644 --- a/install.sh +++ b/install.sh @@ -95,7 +95,7 @@ time_modify(){ fi } dependency_install(){ - ${INS} install wget curl -y + ${INS} install wget curl lsof -y if [[ "${ID}" == "centos" ]];then yum -y install crontabs