Using Yum to install epel-release package

This commit is contained in:
Robert Zambrano Hidalgo 2017-02-28 20:09:47 -05:00 committed by GitHub
commit b2b2e1560a

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