Fix fetch method (#10608)

This commit is contained in:
Slaviša Arežina
2026-01-07 08:49:12 +01:00
committed by GitHub
parent d056a0877a
commit e4c382e42c
71 changed files with 71 additions and 71 deletions

View File

@@ -79,7 +79,7 @@ function update_script() {
$STD tar -czf "$BACKUP_FILE" -C /opt dispatcharr /tmp/dispatcharr_db_*.sql
msg_ok "Backup created: $BACKUP_FILE"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "dispatcharr" "Dispatcharr/Dispatcharr"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "dispatcharr" "Dispatcharr/Dispatcharr" "tarball"
msg_info "Updating Dispatcharr Backend"
if [[ -f /tmp/dispatcharr.env.backup ]]; then