Skip to content

Commit de8b21d

Browse files
install-deps.sh: enable crb repository for centos 10 stream
The centos 10 stream distribution is like centos 9 and needs the crb repository enabled to even think about building ceph. Note that I made it a separate block in case more stuff needs to be added for it later. Signed-off-by: John Mulligan <[email protected]>
1 parent 37a3fd4 commit de8b21d

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
@@ -489,6 +489,8 @@ else
489489
$SUDO dnf -y module enable javapackages-tools
490490
elif test $ID = centos -a $MAJOR_VERSION = 9 ; then
491491
$SUDO dnf config-manager --set-enabled crb
492+
elif test $ID = centos -a $MAJOR_VERSION = 10 ; then
493+
$SUDO dnf config-manager --set-enabled crb
492494
elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
493495
dts_ver=11
494496
$SUDO dnf config-manager --set-enabled "codeready-builder-for-rhel-8-${ARCH}-rpms"

0 commit comments

Comments
 (0)