Merge pull request #299 from EricccTaiwan/master

Update kernel header install command for clarity
This commit is contained in:
Jim Huang 2025-04-12 12:09:36 +08:00 committed by GitHub
commit fea832b9d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -210,7 +210,7 @@ apt-cache search linux-headers-`uname -r`
The following command provides information on the available kernel header files.
Then for example:
\begin{codebash}
sudo apt-get install kmod linux-headers-5.4.0-80-generic
sudo apt-get install linux-headers-`uname -r`
\end{codebash}
On Arch Linux: