1
0
Fork 0

bluefeds: enable crb after enabling EPEL

This commit is contained in:
Pratham Patel 2022-12-28 17:48:25 +05:30
parent b29256ee6f
commit e4ece02809
1 changed files with 1 additions and 0 deletions

View File

@ -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
```