From a67dd2a4250f64f654d614d40103c08d21f9a771 Mon Sep 17 00:00:00 2001 From: bluisholive Date: Wed, 19 Nov 2025 11:51:48 +0000 Subject: [PATCH] added dependencies --- install/byparr-install.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/install/byparr-install.sh b/install/byparr-install.sh index 038b599ff..a2c1a339a 100644 --- a/install/byparr-install.sh +++ b/install/byparr-install.sh @@ -15,8 +15,13 @@ update_os msg_info "Installing Dependencies" $STD apt -y install \ - chromium-common \ - libasound2 + xauth \ + xvfb \ + scrot \ + curl \ + chromium \ + chromium-driver \ + ca-certificates msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "Byparr" "ThePhaseless/Byparr"