From 983e0f39cac40c50d47f8ccbc3dd8218b4c561a4 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Sun, 15 Feb 2026 15:40:37 -0600 Subject: [PATCH] Fix seerr URL in jellyseerr script (#11951) --- ct/jellyseerr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 33e330cb8..ed8e02960 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -45,7 +45,7 @@ function update_script() { fi msg_info "Switching update script to Seerr" - sed -i 's|https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyseerr.sh|https://raw.github.com/community-scripts/ProxmoxVE/main/ct/seerr.sh|g' /usr/bin/update + sed -i 's|https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyseerr.sh|https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/seerr.sh|g' /usr/bin/update msg_ok "Switched update script to Seerr. Running update..." exec /usr/bin/update fi