Add ffmpeg for booklore (ffprobe) (#12371)

This commit is contained in:
CanbiZ (MickLesk)
2026-02-26 22:12:09 +01:00
committed by GitHub
parent 0d6f5560ff
commit 6565e20dc1
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -13,6 +13,10 @@ setting_up_container
network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y ffmpeg
msg_ok "Installed Dependencies"
JAVA_VERSION="25" setup_java
NODE_VERSION="22" setup_nodejs
setup_mariadb