From: Michael Friedrich Date: Mon, 7 Aug 2017 08:30:00 +0000 (+0200) Subject: Update RELEASE.md to use new icinga-rpm-release location X-Git-Tag: v2.7.1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7217aa52ee7f2200c71cf8589be86331dec20dc6;p=icinga2 Update RELEASE.md to use new icinga-rpm-release location refs #5461 --- diff --git a/RELEASE.md b/RELEASE.md index 5eb627257..15ddafdf7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -122,14 +122,13 @@ git push origin master Example for CentOS7: - $ docker run -ti centos:latest bash - - # yum -y install https://packages.icinga.com/epel/7/release/noarch/icinga-rpm-release-7-2.el7.centos.noarch.rpm - # yum -y install icinga2 - # icinga2 daemon -C +``` +docker run -ti centos:latest bash - # systemctl start icinga2 - # tail -f /var/log/icinga2/icinga2.log +yum -y install https://packages.icinga.com/epel/icinga-rpm-release-7-latest.noarch.rpm +yum -y install icinga2 +icinga2 daemon -C +``` ## GitHub Release