From 9c332adc2505999fcf3c2467a2089879cb47fffc Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 21 Apr 2020 10:43:55 -0500 Subject: [PATCH] doc: Fix SLES installation documentation This PR updates the current version of the SLES obs packages that are being generated. Fixes #651 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 36098af939..2d900e0f01 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_SP4/home:katacontainers:releases:${ARCH}:${BRANCH}.repo" + $ sudo -E zypper addrepo "http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/${BRANCH}/SLE_15_SP1/home:katacontainers:releases:${ARCH}:${BRANCH}.repo" $ sudo -E zypper -n --no-gpg-checks install kata-runtime kata-proxy kata-shim ```