From 13b7ccf921fff79873eec375c1eb2e6ad4d7b3ab Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 25 Mar 2020 10:54:03 -0600 Subject: [PATCH] docs: Update SLES installation guide We need to update the SLES installation guide, as we have obs packages for SLES 12 SP4 and not for SLES 12 SP3. Fixes #620 Signed-off-by: Gabriela Cervantes --- install/sles-installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/sles-installation-guide.md b/install/sles-installation-guide.md index 041fcae731..36098af939 100644 --- a/install/sles-installation-guide.md +++ b/install/sles-installation-guide.md @@ -5,7 +5,7 @@ ```bash $ ARCH=$(arch) $ BRANCH="${BRANCH:-master}" - $ sudo -E zypper addrepo "http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/${BRANCH}/SLE_12_SP3/home:katacontainers:releases:${ARCH}:${BRANCH}.repo" + $ sudo -E zypper addrepo "http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/${BRANCH}/SLE_12_SP4/home:katacontainers:releases:${ARCH}:${BRANCH}.repo" $ sudo -E zypper -n --no-gpg-checks install kata-runtime kata-proxy kata-shim ```