From d85d4e0d5dbe47c308cd7e01fbb1c06873ef8313 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 31 Jul 2019 17:36:48 +0800 Subject: [PATCH] Update install_centos.sh --- scripts/install_centos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_centos.sh b/scripts/install_centos.sh index d3ad41363..1c76bfe09 100755 --- a/scripts/install_centos.sh +++ b/scripts/install_centos.sh @@ -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