update FileFlows

This commit is contained in:
tremor021
2026-01-22 23:35:26 +01:00
parent fb99364f10
commit 3606a8d6d0
2 changed files with 2 additions and 8 deletions

View File

@@ -45,13 +45,7 @@ header_info
tar -czf "$backup_filename" -C /opt/fileflows Data
msg_ok "Backup Created"
msg_info "Updating $APP to latest version"
temp_file=$(mktemp)
curl -fsSL https://fileflows.com/downloads/zip -o "$temp_file"
$STD unzip -o -d /opt/fileflows "$temp_file"
rm -rf "$temp_file"
rm -rf "$backup_filename"
msg_ok "Updated $APP to latest version"
fetch_and_deploy_archive "https://fileflows.com/downloads/zip" "/opt/fileflows"
msg_info "Starting Service"
systemctl start fileflows