From a6c92bc64cd95ac505b74a6447486af3b83d6d87 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 13 Feb 2019 15:46:34 -0700 Subject: [PATCH] Update install.sh --- centos/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/centos/install.sh b/centos/install.sh index 7e2dac8..ed1da59 100755 --- a/centos/install.sh +++ b/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