瀏覽代碼

Update install.sh

FusionPBX 6 年之前
父節點
當前提交
2f53dc3dd8
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      centos/install.sh

+ 4 - 4
centos/install.sh

@@ -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