Sportarr: update

This commit is contained in:
tremor021
2025-12-29 10:41:34 +01:00
parent a9ef97e5e9
commit a38a15df5b
3 changed files with 46 additions and 14 deletions

View File

@@ -33,19 +33,7 @@ function update_script() {
systemctl stop sportarr
msg_ok "Stopped Sportarr Service"
msg_info "Creating Backup"
msg_ok "Created Backup"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "sportarr" "Sportarr/Sportarr" "prebuild" "latest" "/opt/sportarr" "Sportarr-linux-x64-*.tar.gz"
msg_info "Updating sportarr"
msg_ok "Updated sportarr"
msg_info "Restoring Backup"
msg_ok "Restored Backup"
fetch_and_deploy_gh_release "sportarr" "Sportarr/Sportarr" "prebuild" "latest" "/opt/sportarr" "Sportarr-linux-x64-*.tar.gz"
msg_info "Starting Sportarr Service"
systemctl start sportarr