Skip to content

Commit b2b2e15

Browse files
authored
Using Yum to install epel-release package
1 parent f5ef047 commit b2b2e15

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)