diff --git a/Amazon-Linux.md b/Amazon-Linux.md index d8382cc..e6690de 100644 --- a/Amazon-Linux.md +++ b/Amazon-Linux.md @@ -19,7 +19,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s how to add the official release repository: ```bash -rpm --import https://packages.icinga.com/icinga.key curl https://packages.icinga.com/subscription/amazon/ICINGA-release.repo -o /etc/yum.repos.d/ICINGA-release.repo ``` diff --git a/CentOS.md b/CentOS.md index 2b2165a..df9c403 100644 --- a/CentOS.md +++ b/CentOS.md @@ -12,7 +12,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s how to add the official release repository: ```bash -rpm --import https://packages.icinga.com/icinga.key curl https://packages.icinga.com/centos/ICINGA-release.repo -o /etc/yum.repos.d/ICINGA-release.repo ``` diff --git a/Fedora.md b/Fedora.md index 24aee60..93ec250 100644 --- a/Fedora.md +++ b/Fedora.md @@ -12,7 +12,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s 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 ``` diff --git a/RHEL.md b/RHEL.md index bdf1911..e7134e7 100644 --- a/RHEL.md +++ b/RHEL.md @@ -19,7 +19,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s how to add the official release repository: ```bash -rpm --import https://packages.icinga.com/icinga.key curl https://packages.icinga.com/subscription/rhel/ICINGA-release.repo -o /etc/yum.repos.d/ICINGA-release.repo ``` diff --git a/SLES.md b/SLES.md index f594c95..7ac9a3c 100644 --- a/SLES.md +++ b/SLES.md @@ -19,8 +19,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s how to add the official release repository: ```bash -rpm --import https://packages.icinga.com/icinga.key - zypper ar -r https://packages.icinga.com/subscription/sles/$releasever/release/ icinga-stable-release ``` diff --git a/openSUSE.md b/openSUSE.md index 5606b5a..b0d3e5b 100644 --- a/openSUSE.md +++ b/openSUSE.md @@ -12,7 +12,6 @@ All packages we provide are signed with the following [key](https://packages.ici Here’s how to add the official release repository: ```bash -rpm --import https://packages.icinga.com/icinga.key zypper ar -r https://packages.icinga.com/openSUSE/ICINGA-release.repo ```