提前处理了

This commit is contained in:
Mr Chen 2019-04-02 16:42:44 +08:00
parent 5a3b994147
commit 889cb4d0cd
1 changed files with 2 additions and 0 deletions

View File

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