From 0b2ca1c6b725eba9a8bb85d6e958d92d1216da68 Mon Sep 17 00:00:00 2001 From: Henrik Triem Date: Mon, 9 Jan 2023 01:58:14 +0100 Subject: [PATCH] Improve how docs describe adding repo to SLES --- doc/02-Installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index fcd91cb84d..0dfb7306c8 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -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 @@ -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 ```