From 5fa8d783fcb100132e9bea386f6194704fc628af Mon Sep 17 00:00:00 2001 From: bluisholive Date: Wed, 19 Nov 2025 10:55:58 +0000 Subject: [PATCH] added libasound2 --- install/byparr-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/byparr-install.sh b/install/byparr-install.sh index af17218b6..038b599ff 100644 --- a/install/byparr-install.sh +++ b/install/byparr-install.sh @@ -14,7 +14,9 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt -y install chromium-common +$STD apt -y install \ + chromium-common \ + libasound2 msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "Byparr" "ThePhaseless/Byparr"