From 7821a123b4af8b87c1a668233dd65ed68475a9a1 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 15 Feb 2023 11:34:37 +0100 Subject: [PATCH] docs: Fix how to set up our Fedora repository We do not provide `icinga-rpm-release` RPMs since ages. --- doc/02-installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/02-installation.md b/doc/02-installation.md index 76c09ecfe..c31f2ee7a 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -151,7 +151,8 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r ```bash 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 ```