Merge "Added element to enable RDO deps repo to install sysbench"

This commit is contained in:
Zuul
2022-02-25 12:10:25 +00:00
committed by Gerrit Code Review

View File

@@ -0,0 +1,6 @@
#!/bin/bash
# It enables RDO deps repo for CentOS Stream 9
if [[ "${DISTRO_NAME}${DIB_RELEASE}" =~ "centos9" ]]; then
curl -o /etc/yum.repos.d/dlrn-deps.repo https://trunk.rdoproject.org/centos9-master/dlrn-deps.repo
fi