Skip to content

Commit

Permalink
Improve how docs describe adding repo to SLES
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Triem committed Oct 4, 2022
1 parent 62d7ca8 commit 4bec02e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,16 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r

!!! info

A paid repository subscription is required for RHEL repositories. Get more information on
A paid repository subscription is required for SLES repositories. Get more information on
[icinga.com/subscription](https://icinga.com/subscription)

Don't forget to fill in the username and password section with your credentials in the local .repo file.

```bash
rpm --import https://packages.icinga.com/icinga.key

zypper ar https://packages.icinga.com/subscription/sles/ICINGA-release.repo
zypper ar -r https://packages.icinga.com/subscription/sles/$releasever/release/ icinga-stable-release
zypper ref
```
After this, zypper asks you to enter your subscription user name and password.

You need to additionally enable a couple of SLES repositories to fulfill dependencies:

Expand Down

0 comments on commit 4bec02e

Please sign in to comment.