From c38cf44f052ebdcc8e5cbd9f10766aedf6607f99 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Mon, 25 May 2026 19:54:08 -0400 Subject: [PATCH] add more dependencies to install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7c2e43c..3ef90f4 100755 --- a/install.sh +++ b/install.sh @@ -95,7 +95,7 @@ install_dependencies() { case $DISTRO in arch|manjaro) - local deps="yder libuv argtable libserialport libconfig hidapi lua libxdg-basedir mingw-w64-gcc" + local deps="yder libuv argtable libserialport libconfig hidapi lua54 libpulse pkgconfig libxdg-basedir mingw-w64-gcc" # Check if yay is available for AUR if command -v yay &> /dev/null; then