Merge pull request #2 from Al2Klimov/rpm--import

Don't rpm --import https://packages.icinga.com/icinga.key
This commit is contained in:
Eric Lippmann 2024-06-26 09:40:26 +02:00 committed by GitHub
commit 69534e100d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 0 additions and 7 deletions

View File

@ -19,7 +19,6 @@ All packages we provide are signed with the following [key](https://packages.ici
Heres 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
```

View File

@ -12,7 +12,6 @@ All packages we provide are signed with the following [key](https://packages.ici
Heres 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
```

View File

@ -12,7 +12,6 @@ All packages we provide are signed with the following [key](https://packages.ici
Heres 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
```

View File

@ -19,7 +19,6 @@ All packages we provide are signed with the following [key](https://packages.ici
Heres 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
```

View File

@ -19,8 +19,6 @@ All packages we provide are signed with the following [key](https://packages.ici
Heres 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
```

View File

@ -12,7 +12,6 @@ All packages we provide are signed with the following [key](https://packages.ici
Heres 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
```