From 77c5c398a1eca4627eb2b7393286b83b5832e8b3 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Thu, 26 Feb 2026 21:47:15 +0100 Subject: [PATCH] Add ffmpeg dependency for booklore (ffprobe) --- install/booklore-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/booklore-install.sh b/install/booklore-install.sh index f31da1693..a50e7cbe3 100644 --- a/install/booklore-install.sh +++ b/install/booklore-install.sh @@ -13,6 +13,10 @@ setting_up_container network_check update_os +msg_info "Installing Dependencies" +$STD apt-get install -y ffmpeg +msg_ok "Installed Dependencies" + JAVA_VERSION="25" setup_java NODE_VERSION="22" setup_nodejs setup_mariadb