From 0d75689e72b6b9ac28f4529d87a2e1a87f2e6d7d Mon Sep 17 00:00:00 2001 From: Michele Zuccala Date: Fri, 16 Jul 2021 14:18:18 +0200 Subject: [PATCH] fix(docs): provide workaround for non-existent kernel header packages in opensuse repos Signed-off-by: Michele Zuccala --- content/en/docs/getting-started/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/getting-started/installation.md b/content/en/docs/getting-started/installation.md index 2a9195cbc..a9ba768a4 100644 --- a/content/en/docs/getting-started/installation.md +++ b/content/en/docs/getting-started/installation.md @@ -106,9 +106,11 @@ Alternatively, it is also possible to use a binary package as [explained below]( 2. Install kernel headers: ```shell - zypper -n install kernel-default-devel + zypper -n install kernel-default-devel-$(uname -r | sed s/\-default//g) ``` + > **Note** — If the package was not found by the above command, you might need to run `zypper -n dist-upgrade` in order to fix it. Rebooting the system may be required. + 3. Install Falco: ```shell