From c52b13db4af2b1d00b9d2652969a63c3c06a2d55 Mon Sep 17 00:00:00 2001 From: Lukas Zachar Date: Mon, 18 Jul 2022 11:35:48 +0200 Subject: [PATCH] Wrong command to enable rhel-CRB repo Fallback if `crb` does not exit Related: bz#2051483 --- plans/main.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/main.fmf b/plans/main.fmf index 6876649..23f194d 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -9,5 +9,5 @@ prepare: how: shell script: | dnf install -y "dnf-command(config-manager)" ; - dnf config-manager --set-enabled crb || rhel-CRB || true + dnf config-manager --set-enabled crb || dnf config-manager --set-enabled rhel-CRB || true