Update install_centos.sh

This commit is contained in:
Mr Chen 2019-07-31 17:36:48 +08:00
parent 79d069dcd3
commit d85d4e0d5d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fi
setenforce 0
sed -i 's#SELINUX=disabled#SELINUX=enforcing#g' /etc/selinux/config
yum install -y wget curl curl-devel vixie-cron
yum install -y wget curl curl-devel vixie-cron lsof
#https need
if [ ! -f /root/.acme.sh ];then