diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-02-08 15:56:29 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-02-08 15:56:29 +0200 |
| commit | 5bfc05c69ec10f45fe38b06506b422a91d762018 (patch) | |
| tree | 5dc47bc8d5e6bb8a2dda2109af3c2f934e32ee3f | |
| parent | 66e522e26549afab26d032e900ae9f6576c83b9d (diff) | |
| download | hid-tmff2-5bfc05c69ec10f45fe38b06506b422a91d762018.tar.gz hid-tmff2-5bfc05c69ec10f45fe38b06506b422a91d762018.zip | |
prefer linux-headers-generic
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ Kernel modules require kernel headers to be installed. Use any one of the right command for your distribution: ```shell -sudo apt install linux-headers-$(uname -r) # Debian-based +sudo apt install linux-headers-generic # Debian-based sudo pacman -S linux-headers # Arch-based sudo yum install kernel-devel kernel-headers # Fedora-based ``` |
