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/
This commit is contained in:
xatier 2021-08-25 20:11:27 -07:00 committed by GitHub
parent 06b75942cc
commit 1f9f201940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ apt-cache search linux-headers-`uname -r`
On Arch Linux:
\begin{codebash}
sudo pacman -S linux-libre-headers
sudo pacman -S linux-headers
\end{codebash}
This will tell you what kernel header files are available.