From b2b2e1560a6ea8d44ae094ad18ffda9a3cacff50 Mon Sep 17 00:00:00 2001 From: Robert Zambrano Hidalgo Date: Tue, 28 Feb 2017 20:09:47 -0500 Subject: [PATCH] Using Yum to install epel-release package --- install/vst-install-rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install-rhel.sh b/install/vst-install-rhel.sh index 1c4ac908..8ad27605 100755 --- a/install/vst-install-rhel.sh +++ b/install/vst-install-rhel.sh @@ -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