Просмотр исходного кода

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

Using Yum to install epel-release package
Serghey Rodin 8 лет назад
Родитель
Сommit
8fdf7105a9
1 измененных файлов с 1 добавлено и 1 удалено
  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