Merge pull request #2 from Al2Klimov/rpm--import
Don't rpm --import https://packages.icinga.com/icinga.key
This commit is contained in:
commit
69534e100d
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
1
RHEL.md
1
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
|
||||
```
|
||||
|
||||
|
|
2
SLES.md
2
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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue