Skip to content

Commit ae7878d

Browse files
install-deps.sh: enable crb for rocky 10
Rocky Linux 10 has a CRB repo that must be enabled for a number of Ceph's dependencies to be installed via dnf. Signed-off-by: John Mulligan <[email protected]>
1 parent 7975c52 commit ae7878d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install-deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,8 @@ else
493493
$SUDO dnf config-manager --set-enabled crb
494494
elif test $ID = centos -a $MAJOR_VERSION = 10 ; then
495495
$SUDO dnf config-manager --set-enabled crb
496+
elif test $ID = rocky -a $MAJOR_VERSION = 10 ; then
497+
$SUDO dnf config-manager --set-enabled crb
496498
elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
497499
dts_ver=11
498500
$SUDO dnf config-manager --set-enabled "codeready-builder-for-rhel-8-${ARCH}-rpms"

0 commit comments

Comments
 (0)