From 5e3df67ab3a59b1f5853c431d003814eecbf6fd4 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 12 Apr 2019 09:34:34 +0200 Subject: [PATCH] Docs: Fix RPM snapshot repo name --- doc/21-development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/21-development.md b/doc/21-development.md index a986a65c5..0053106b4 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -427,7 +427,7 @@ on GitHub and mention that you're testing the snapshot packages. 2.11+ requires the [EPEL repository](02-getting-started.md#package-repositories-rhel-epel) for Boost 1.66+. -In addition to that, the `icinga-rpm-release` package already provides the `icinga-snapshot-build` +In addition to that, the `icinga-rpm-release` package already provides the `icinga-snapshot-builds` repository but it is disabled by default. ``` @@ -435,7 +435,7 @@ yum -y install https://packages.icinga.com/epel/icinga-rpm-release-7-latest.noar yum -y install epel-release yum makecache -yum install --enablerepo=icinga-snapshot-build icinga2 +yum install --enablerepo=icinga-snapshot-builds icinga2 ``` #### Debian -- 2.40.0