From e4ece02809009c85e2f924919b9b4b8c5503081e Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 28 Dec 2022 17:48:25 +0530 Subject: [PATCH] bluefeds: enable crb after enabling EPEL --- content/posts/bluefeds.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/bluefeds.md b/content/posts/bluefeds.md index 16d0b48..159f0cb 100644 --- a/content/posts/bluefeds.md +++ b/content/posts/bluefeds.md @@ -99,6 +99,7 @@ echo -ne "\nmax_parallel_downloads=20\nlog_compress=True\nfastestmirror=False" | # RHEL EPEL sudo subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm +sudo /usr/bin/crb enable sudo dnf clean all ```