From 0b3a4ba1a3379de4c4ec6193993bbd655cbfc785 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 15 Feb 2026 23:05:37 +0100 Subject: [PATCH] fix: url --- ct/jellyseerr.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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