Fedora: Install `config-manager` command for `dnf`

This commit is contained in:
Eric Lippmann 2023-03-29 11:09:34 +02:00 committed by GitHub
parent 38526fb6d4
commit a8e4fd1582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Heres how to add the official release repository:
```bash
rpm --import https://packages.icinga.com/icinga.key
dnf install -y 'dnf-command(config-manager)'
dnf config-manager --add-repo https://packages.icinga.com/fedora/$(. /etc/os-release; echo "$VERSION_ID")/release
```