From 511dd3abb52de0e20fe38d4bacc0e48d2dda5693 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 15 Feb 2026 23:07:19 +0100 Subject: [PATCH] Update overseerr.sh --- ct/overseerr.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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