docs: Fix how to set up our Fedora repository

We do not provide `icinga-rpm-release` RPMs since ages.
This commit is contained in:
Eric Lippmann 2023-02-15 11:34:37 +01:00
parent ad27397f06
commit 2e3b569f2c
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,8 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r
```bash ```bash
rpm --import https://packages.icinga.com/icinga.key rpm --import https://packages.icinga.com/icinga.key
dnf install https://packages.icinga.com/fedora/icinga-rpm-release-$(. /etc/os-release; echo "$VERSION_ID")-latest.noarch.rpm dnf install -y 'dnf-command(config-manager)'
dnf config-manager --add-repo https://packages.icinga.com/fedora/$(. /etc/os-release; echo "$VERSION_ID")/release
``` ```
<!-- {% endif %} --> <!-- {% endif %} -->