Skip to content

Commit 0b2ca1c

Browse files
author
Henrik Triem
committed
Improve how docs describe adding repo to SLES
1 parent 9a17c6c commit 0b2ca1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/02-Installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r
167167
```bash
168168
rpm --import https://packages.icinga.com/icinga.key
169169

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

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

176176
```bash
@@ -180,6 +180,8 @@ SUSEConnect -p sle-module-desktop-applications/$VERSION_ID/x86_64
180180
SUSEConnect -p sle-module-development-tools/$VERSION_ID/x86_64
181181
SUSEConnect -p sle-module-web-scripting/$VERSION_ID/x86_64
182182
SUSEConnect -p PackageHub/$VERSION_ID/x86_64
183+
184+
zypper ref
183185
```
184186
<!-- {% endif %} -->
185187

0 commit comments

Comments
 (0)