Wrong command to enable rhel-CRB repo

Fallback if `crb` does not exit
Related: bz#2051483
This commit is contained in:
Lukas Zachar 2022-07-18 11:35:48 +02:00 committed by Miro Hrončok
parent 0ceb9e30bd
commit c52b13db4a

View File

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