Explorar el Código

Using Yum to install epel-release package

Robert Zambrano Hidalgo hace 9 años
padre
commit
b2b2e1560a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install/vst-install-rhel.sh

+ 1 - 1
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