Update install.sh

修复 losf 依赖未安装导致的端口占用判断出错
pull/41/head
wulabing 2018-01-28 09:00:18 +08:00 committed by GitHub
parent d2565514df
commit 701108f40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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