Apt: use kernel/headers meta packages

- `generic` packages exist since bullseye
- older versions have `amd64` meta package
This commit is contained in:
George Melikov
2022-07-12 21:37:24 +03:00
parent ecc6c713f9
commit 1d2ffe3528
6 changed files with 7 additions and 8 deletions

View File

@@ -143,7 +143,7 @@ Make sure that the required packages are installed:
.. code:: sh
sudo apt install build-essential autoconf automake libtool gawk alien fakeroot dkms libblkid-dev uuid-dev libudev-dev libssl-dev zlib1g-dev libaio-dev libattr1-dev libelf-dev linux-headers-$(uname -r) python3 python3-dev python3-setuptools python3-cffi libffi-dev python3-packaging
sudo apt install build-essential autoconf automake libtool gawk alien fakeroot dkms libblkid-dev uuid-dev libudev-dev libssl-dev zlib1g-dev libaio-dev libattr1-dev libelf-dev linux-headers-generic python3 python3-dev python3-setuptools python3-cffi libffi-dev python3-packaging
`Get the source code <#get-the-source-code>`__.