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