From 8a2a7693077265bf08c554ad2b0bc2887251ef74 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:52:05 +0100 Subject: [PATCH] Add ffmpeg to ensure_dependencies call --- ct/booklore.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/booklore.sh b/ct/booklore.sh index 5a5cd59e4..38882b11f 100644 --- a/ct/booklore.sh +++ b/ct/booklore.sh @@ -34,6 +34,7 @@ function update_script() { NODE_VERSION="22" setup_nodejs setup_mariadb setup_yq + ensure_dependencies ffmpeg msg_info "Stopping Service" systemctl stop booklore