From 1ca59363ea6156bae7ca270a538f2130806eea0d Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Sun, 15 Feb 2026 13:51:13 -0600 Subject: [PATCH] Fix jellyseer and overseer script replacement (#11949) --- ct/jellyseerr.sh | 2 +- ct/overseerr.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 35970c34f..33e330cb8 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://github.com/community-scripts/ProxmoxVE/raw/main/ct/jellyseerr.sh|https://github.com/community-scripts/ProxmoxVE/raw/main/ct/seerr.sh|g' /usr/bin/update + 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 msg_ok "Switched update script to Seerr. Running update..." exec /usr/bin/update fi diff --git a/ct/overseerr.sh b/ct/overseerr.sh index c413887c3..601cd541d 100644 --- a/ct/overseerr.sh +++ b/ct/overseerr.sh @@ -44,7 +44,7 @@ function update_script() { fi msg_info "Switching update script to Seerr" - sed -i 's|https://github.com/community-scripts/ProxmoxVE/raw/main/ct/overseerr.sh|https://github.com/community-scripts/ProxmoxVE/raw/main/ct/seerr.sh|g' /usr/bin/update + sed -i 's|https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/overseerr.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