From 2f53dc3dd859013b1d374dd58e921337cc34425b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 13 Feb 2019 15:49:04 -0700 Subject: [PATCH] Update install.sh --- centos/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/centos/install.sh b/centos/install.sh index ed1da59..d9b0151 100755 --- a/centos/install.sh +++ b/centos/install.sh @@ -13,12 +13,12 @@ cd "$(dirname "$0")" verbose "Updating CentOS" 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 +yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm +# Installing basics packages +yum -y install ntp yum-utils epel-release htop vim openssl + # Disable SELinux resources/selinux.sh