Skip to content

Commit fea832b

Browse files
authored
Merge pull request #299 from EricccTaiwan/master
Update kernel header install command for clarity
2 parents 9ca7790 + 2d3ec07 commit fea832b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ \section{Headers}
210210
The following command provides information on the available kernel header files.
211211
Then for example:
212212
\begin{codebash}
213-
sudo apt-get install kmod linux-headers-5.4.0-80-generic
213+
sudo apt-get install linux-headers-`uname -r`
214214
\end{codebash}
215215

216216
On Arch Linux:

0 commit comments

Comments
 (0)