Skip to content

Commit

Permalink
fix(docs): provide workaround for non-existent kernel header packages…
Browse files Browse the repository at this point in the history
… in opensuse repos

Signed-off-by: Michele Zuccala <michele@zuccala.com>
  • Loading branch information
zuc authored and poiana committed Jul 22, 2021
1 parent 654dae3 commit 0d75689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/docs/getting-started/installation.md
Expand Up @@ -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
Expand Down

0 comments on commit 0d75689

Please sign in to comment.