Skip to content

Commit 6e69ba1

Browse files
committed
PKG-731 pbm: add OL10 support
1 parent ba29f80 commit 6e69ba1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packaging/scripts/mongodb-backup_builder.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,11 @@ install_deps() {
174174

175175
if [ "x$OS" = "xrpm" ]; then
176176
yum clean all
177+
if [ "x$RHEL" = "x10" ]; then
178+
yum -y install oracle-epel-release-el10
179+
fi
177180
INSTALL_LIST="epel-release git wget"
178-
if [ "x$RHEL" = "x2023" ]; then
181+
if [ "x$RHEL" = "x2023" -o "x$RHEL" = "x10" ]; then
179182
INSTALL_LIST="git wget"
180183
fi
181184
yum -y install ${INSTALL_LIST}

0 commit comments

Comments
 (0)