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 Jan 9, 2023
1 parent 9a17c6c commit 0b2ca1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r
```bash
rpm --import https://packages.icinga.com/icinga.key

zypper ar https://packages.icinga.com/subscription/sles/ICINGA-release.repo
zypper ref
wget https://packages.icinga.com/subscription/sles/ICINGA-release.repo -O /etc/zypp/repos.d/ICINGA-release.repo
```

Now edit your `/etc/zypp/repos.d/ICINGA-release.repo` file with your credentials.
You need to additionally enable a couple of SLES repositories to fulfill dependencies:

```bash
Expand All @@ -180,6 +180,8 @@ SUSEConnect -p sle-module-desktop-applications/$VERSION_ID/x86_64
SUSEConnect -p sle-module-development-tools/$VERSION_ID/x86_64
SUSEConnect -p sle-module-web-scripting/$VERSION_ID/x86_64
SUSEConnect -p PackageHub/$VERSION_ID/x86_64

zypper ref
```
<!-- {% endif %} -->

Expand Down

0 comments on commit 0b2ca1c

Please sign in to comment.