Merge pull request #1110 from rfzh1996/rfzh1996-patch-1

Using Yum to install epel-release package
This commit is contained in:
Serghey Rodin 2017-12-28 15:44:11 +02:00 committed by GitHub
commit 8fdf7105a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,7 +431,7 @@ yum -y update
check_result $? 'yum update failed'
# Installing EPEL repository
rpm -Uvh --force $vestacp/epel-release.rpm
yum install epel-release -y
check_result $? "Can't install EPEL repository"
# Installing Remi repository