From 889cb4d0cda3302c1936cf2463b9cd6d3f58311c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 2 Apr 2019 16:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=89=8D=E5=A4=84=E7=90=86=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install_centos.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install_centos.sh b/scripts/install_centos.sh index 46d07744a..991a87447 100755 --- a/scripts/install_centos.sh +++ b/scripts/install_centos.sh @@ -15,6 +15,8 @@ if [ ! -f /usr/bin/applydeltarpm ];then yum -y install deltarpm fi +sed -i 's#SELINUX=disabled#SELINUX=enforcing#g' /etc/selinux/config + yum install -y wget curl curl-devel #https need curl https://get.acme.sh | sh