From 366d31e58db875612c49dc97c5976803724cb7b5 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:32:36 +0200 Subject: [PATCH] Add dependencies for BgUtil POT Provider setup --- ct/tubearchivist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/tubearchivist.sh b/ct/tubearchivist.sh index 49aed766a..db4d919c5 100644 --- a/ct/tubearchivist.sh +++ b/ct/tubearchivist.sh @@ -32,6 +32,7 @@ function update_script() { if [[ ! -f /etc/systemd/system/bgutil-provider.service ]]; then msg_info "Adding BgUtil POT Provider" + ensure_dependencies ffmpeg libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev pkg-config fetch_and_deploy_gh_release "bgutil-ytdlp-pot-provider" "Brainicism/bgutil-ytdlp-pot-provider" "tarball" cd /opt/bgutil-ytdlp-pot-provider/server $STD npm ci