Skip to content

Commit 3606a8d

Browse files
committed
update FileFlows
1 parent fb99364 commit 3606a8d

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

ct/fileflows.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@ header_info
4545
tar -czf "$backup_filename" -C /opt/fileflows Data
4646
msg_ok "Backup Created"
4747

48-
msg_info "Updating $APP to latest version"
49-
temp_file=$(mktemp)
50-
curl -fsSL https://fileflows.com/downloads/zip -o "$temp_file"
51-
$STD unzip -o -d /opt/fileflows "$temp_file"
52-
rm -rf "$temp_file"
53-
rm -rf "$backup_filename"
54-
msg_ok "Updated $APP to latest version"
48+
fetch_and_deploy_archive "https://fileflows.com/downloads/zip" "/opt/fileflows"
5549

5650
msg_info "Starting Service"
5751
systemctl start fileflows

install/fileflows-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ msg_info "Installing ASP.NET Core Runtime"
3232
$STD apt install -y aspnetcore-runtime-8.0
3333
msg_ok "Installed ASP.NET Core Runtime"
3434

35-
msg_info "Setup FileFlows"
35+
msg_info "Setting up FileFlows"
3636
$STD ln -svf /usr/bin/ffmpeg /usr/local/bin/ffmpeg
3737
$STD ln -svf /usr/bin/ffprobe /usr/local/bin/ffprobe
3838
cd /opt/fileflows/Server

0 commit comments

Comments
 (0)