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