add more dependencies to install.sh

This commit is contained in:
Paul Dino Jones 2026-05-25 19:54:08 -04:00
parent f96a94ecb7
commit c38cf44f05
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ install_dependencies() {
case $DISTRO in case $DISTRO in
arch|manjaro) 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 # Check if yay is available for AUR
if command -v yay &> /dev/null; then if command -v yay &> /dev/null; then