From c95ae5bce888caa834ba9840e254b44f5e12b73d Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 14 Feb 2026 23:22:33 +0100 Subject: [PATCH] Update migration script for Jellyseerr to Seerr --- ct/seerr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/seerr.sh b/ct/seerr.sh index 1acece39d..1dd94e286 100644 --- a/ct/seerr.sh +++ b/ct/seerr.sh @@ -64,6 +64,7 @@ WantedBy=multi-user.target EOF systemctl daemon-reload systemctl enable -q --now seerr + sed -i 's|https://github.com/community-scripts/ProxmoxVE/raw/main/ct/jellyseerr.sh|https://github.com/community-scripts/ProxmoxVE/raw/main/ct/seerr.sh|g' /usr/local/bin/update msg_info "Migrated Jellyserr to Seerr" fi # END Jellyseerr Migration