From 3faba1dd0b9f34e449f119c2eb2517155c3bdee7 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 17 Jan 2024 16:54:15 +0100 Subject: [PATCH] Install the SDL2 gamepad tool --- scripts/Arch/Collections/personal.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index 0d647af0..429982a6 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -153,7 +153,9 @@ yay --noconfirm -Syu \ chiaki \ osu-lazer-bin \ libretro \ - supertux; + supertux \ + gamepad-tool-bin \ + ; . "../Software/Lutris/install.sh";