From d6ae229bc8c84dcef300498a6c8649837e2df636 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 8 Dec 2024 19:42:57 +0200 Subject: steamdeck installation is apparently a bit tricky --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc8dd1..13c957a 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,18 @@ one of the right command for your distribution: ```shell sudo apt install linux-headers-$(uname -r) # Debian-based sudo pacman -S linux-headers # Arch-based -sudo pacman -S linux-neptune-61-headers # For SteamDeck specifically sudo yum install kernel-devel kernel-headers # Fedora-based ``` +The SteamDeck has a few possible options it seems, try some of these: +```shell +sudo pacman -S linux-neptune-61-headers +sudo pacman -S linux-neptune-65-headers +sudo pacman -S linux-neptune-68-headers +``` + +If none of the above work, please do open up an issue. + #### Manual installation + Unplug wheel from computer + Run -- cgit v1.3