소스 검색

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