From 607e8683288cec48da6e1649e352e89d8dab2d30 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 15 Feb 2026 23:09:16 +0100 Subject: [PATCH] fix: url (#11954) * fix: url * Update overseerr.sh --- ct/jellyseerr.sh | 5 ++++- ct/overseerr.sh | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index ed8e02960..695f16227 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -45,7 +45,10 @@ 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.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/seerr.sh|g' /usr/bin/update + cat </usr/bin/update +bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/seerr.sh)" +EOF + chmod +x /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 601cd541d..08357ff6f 100644 --- a/ct/overseerr.sh +++ b/ct/overseerr.sh @@ -44,7 +44,10 @@ function update_script() { fi msg_info "Switching update script to Seerr" - 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 + cat </usr/bin/update +bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/seerr.sh)" +EOF + chmod +x /usr/bin/update msg_ok "Switched update script to Seerr. Running update..." exec /usr/bin/update fi