Skip to content

Commit 8fdf710

Browse files
Merge pull request hestiacp#1110 from rfzh1996/rfzh1996-patch-1
Using Yum to install epel-release package
2 parents 0645dc8 + b2b2e15 commit 8fdf710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install-rhel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ yum -y update
431431
check_result $? 'yum update failed'
432432

433433
# Installing EPEL repository
434-
rpm -Uvh --force $vestacp/epel-release.rpm
434+
yum install epel-release -y
435435
check_result $? "Can't install EPEL repository"
436436

437437
# Installing Remi repository

0 commit comments

Comments
 (0)