From 059a3d0bcffbc9a1265d1ce971ebf35edc53a24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 2 Apr 2025 07:20:07 +0200 Subject: [PATCH] Fix dependencies (#3589) --- install/fileflows-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/fileflows-install.sh b/install/fileflows-install.sh index c01d09f92..5ccb3db47 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -17,7 +17,8 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ ffmpeg \ - jq + jq \ + imagemagick msg_ok "Installed Dependencies" read -r -p "Do you need the intel-media-va-driver-non-free driver for HW encoding (Debian 12 only)? " prompt