diff --git a/profiles/centos-stream/prepare-system b/profiles/centos-stream/prepare-system index 88ded76..fda68a5 100644 --- a/profiles/centos-stream/prepare-system +++ b/profiles/centos-stream/prepare-system @@ -39,5 +39,9 @@ yum makecache echo "Installing packages required for testing..." yum -y install createrepo_c which procps-ng yum-utils +echo "Enabling crb and epel" +yum config-manager --enable crb +yum -y install epel-release + echo "Updating the system..." yum -y upgrade