From 9079e24977cc3388d73490a4f01f369c173676e4 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 2 Apr 2019 16:46:46 +0800 Subject: [PATCH] Update install_centos.sh --- scripts/install_centos.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install_centos.sh b/scripts/install_centos.sh index 991a87447..257fc82b2 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 + +setenforce 0 sed -i 's#SELINUX=disabled#SELINUX=enforcing#g' /etc/selinux/config yum install -y wget curl curl-devel