Skip to content

Commit 3c56af9

Browse files
authored
fileflows: update download URL, old /downloads/zip endpoint returns 404 (#16708)
1 parent e9744fa commit 3c56af9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ct/fileflows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function update_script() {
101101
fi
102102
msg_ok "Ensured ASP.NET Core Runtime"
103103

104-
fetch_and_deploy_from_url "https://fileflows.com/downloads/zip" "/opt/fileflows"
104+
fetch_and_deploy_from_url "https://fileflows.com/downloads/ff-latest.tar.xz" "/opt/fileflows"
105105

106106
msg_info "Starting Service"
107107
systemctl --all start 'fileflows*'

install/fileflows-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ else
3939
fi
4040
msg_ok "Installed ASP.NET Core Runtime"
4141

42-
fetch_and_deploy_from_url "https://fileflows.com/downloads/zip" "/opt/fileflows"
42+
fetch_and_deploy_from_url "https://fileflows.com/downloads/ff-latest.tar.xz" "/opt/fileflows"
4343

4444
$STD ln -svf /usr/bin/ffmpeg /usr/local/bin/ffmpeg
4545
$STD ln -svf /usr/bin/ffprobe /usr/local/bin/ffprobe

0 commit comments

Comments
 (0)