Skip to content

Commit 1f9f201

Browse files
authored
Update Archlinux kernel headers instructions
`linux-libre-headers` has been moved to AUR [1]. We can simply install `linux-headers` [2] instead. [1] https://aur.archlinux.org/packages/linux-libre-headers/ [2] https://archlinux.org/packages/core/x86_64/linux-headers/
1 parent 06b7594 commit 1f9f201

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
@@ -176,7 +176,7 @@ \section{Headers}
176176

177177
On Arch Linux:
178178
\begin{codebash}
179-
sudo pacman -S linux-libre-headers
179+
sudo pacman -S linux-headers
180180
\end{codebash}
181181

182182
This will tell you what kernel header files are available.

0 commit comments

Comments
 (0)