Update install.sh

This commit is contained in:
FusionPBX 2019-02-13 15:49:04 -07:00 committed by GitHub
parent a6c92bc64c
commit 2f53dc3dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -13,12 +13,12 @@ cd "$(dirname "$0")"
verbose "Updating CentOS" verbose "Updating CentOS"
yum -y update && yum -y upgrade yum -y update && yum -y upgrade
# Installing basics packages
yum -y install ntp htop epel-release vim openssl
# Add additional repository # 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 # Disable SELinux
resources/selinux.sh resources/selinux.sh