mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Using Yum to install epel-release package
This commit is contained in:
parent
f5ef047df7
commit
b2b2e1560a
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