From 7fe76d0defcb69b91d4fbd6f71fdbe21f1d7693c Mon Sep 17 00:00:00 2001 From: wulabing Date: Tue, 3 Apr 2018 17:32:46 +0800 Subject: [PATCH] =?UTF-8?q?V3.2=20Centos7=20=E6=81=A2=E5=A4=8D=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index dedb953..f1813fe 100644 --- a/install.sh +++ b/install.sh @@ -44,9 +44,14 @@ check_system(){ setsebool -P httpd_can_network_connect 1 echo -e "${OK} ${GreenBG} SElinux 设置完成 ${Font} " ## Centos 也可以通过添加 epel 仓库来安装,目前不做改动 - ## 已改为 epel 安装 - yum -y install epel-release - echo -e "${OK} ${GreenBG} epel 源 安装完成 ${Font}" + cat>/etc/yum.repos.d/nginx.repo<