From 99dfd7d1d12d2732bb67c79ea38d12de01dfdcd1 Mon Sep 17 00:00:00 2001 From: bluisholive Date: Wed, 19 Nov 2025 10:41:29 +0000 Subject: [PATCH] added chromium-common --- install/byparr-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/byparr-install.sh b/install/byparr-install.sh index ab16d97bc..af17218b6 100644 --- a/install/byparr-install.sh +++ b/install/byparr-install.sh @@ -13,6 +13,10 @@ setting_up_container network_check update_os +msg_info "Installing Dependencies" +$STD apt -y install chromium-common +msg_ok "Installed Dependencies" + fetch_and_deploy_gh_release "Byparr" "ThePhaseless/Byparr" setup_uv