浏览代码

Update install.sh

FusionPBX 6 年之前
父节点
当前提交
a6c92bc64c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      centos/install.sh

+ 3 - 0
centos/install.sh

@@ -16,6 +16,9 @@ yum -y update && yum -y upgrade
 # Installing basics packages
 yum -y install ntp htop epel-release vim openssl
 
+# Add additional repository
+yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
+
 # Disable SELinux
 resources/selinux.sh