From 9baed4b50e9fdacf3fdb921c15e0c7b92021856c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:47:16 +0200 Subject: [PATCH] FileFlows: Update dependencies (#13917) * Add Node installation option * update deps * add hwaccel * upd --- 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 bc6f6f797..b7b2aceef 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -5,7 +5,6 @@ # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://fileflows.com/ -# Import Functions und Setup source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color verb_ip6 @@ -17,6 +16,7 @@ update_os msg_info "Installing Dependencies" $STD apt install -y \ ffmpeg \ + pciutils \ imagemagick msg_ok "Installed Dependencies" @@ -35,6 +35,7 @@ fetch_and_deploy_from_url "https://fileflows.com/downloads/zip" "/opt/fileflows" $STD ln -svf /usr/bin/ffmpeg /usr/local/bin/ffmpeg $STD ln -svf /usr/bin/ffprobe /usr/local/bin/ffprobe +$STD rm -rf /opt/fileflows/Server/runtimes/win-* read -r -p "${TAB3}Do you want to install FileFlows Server or Node? (S/N): " install_server