mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Merge pull request #1110 from rfzh1996/rfzh1996-patch-1
Using Yum to install epel-release package
This commit is contained in:
commit
8fdf7105a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue