File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ msg_info "Installing ASP.NET Core Runtime"
3232$STD apt install -y aspnetcore-runtime-8.0
3333msg_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
3838cd /opt/fileflows/Server
You can’t perform that action at this time.
0 commit comments