From 3c56af9f33e729621b2f425c6e02c9d9fdc0f7af Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:45:56 +0200 Subject: [PATCH] fileflows: update download URL, old /downloads/zip endpoint returns 404 (#16708) --- ct/fileflows.sh | 2 +- install/fileflows-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/fileflows.sh b/ct/fileflows.sh index 3f72cef69..8fd36a165 100644 --- a/ct/fileflows.sh +++ b/ct/fileflows.sh @@ -101,7 +101,7 @@ function update_script() { fi msg_ok "Ensured ASP.NET Core Runtime" - fetch_and_deploy_from_url "https://fileflows.com/downloads/zip" "/opt/fileflows" + fetch_and_deploy_from_url "https://fileflows.com/downloads/ff-latest.tar.xz" "/opt/fileflows" msg_info "Starting Service" systemctl --all start 'fileflows*' diff --git a/install/fileflows-install.sh b/install/fileflows-install.sh index 14efb6582..f4d6f3fcf 100644 --- a/install/fileflows-install.sh +++ b/install/fileflows-install.sh @@ -39,7 +39,7 @@ else fi msg_ok "Installed ASP.NET Core Runtime" -fetch_and_deploy_from_url "https://fileflows.com/downloads/zip" "/opt/fileflows" +fetch_and_deploy_from_url "https://fileflows.com/downloads/ff-latest.tar.xz" "/opt/fileflows" $STD ln -svf /usr/bin/ffmpeg /usr/local/bin/ffmpeg $STD ln -svf /usr/bin/ffprobe /usr/local/bin/ffprobe