File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -167,10 +167,10 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r
167167``` bash
168168rpm --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.
174174You 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
180180SUSEConnect -p sle-module-development-tools/$VERSION_ID /x86_64
181181SUSEConnect -p sle-module-web-scripting/$VERSION_ID /x86_64
182182SUSEConnect -p PackageHub/$VERSION_ID /x86_64
183+
184+ zypper ref
183185```
184186<!-- {% endif %} -->
185187
You can’t perform that action at this time.
0 commit comments