From 35163d90b99376568b039a0e90fe1ce48084c807 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 15 Feb 2026 00:42:12 +0100 Subject: [PATCH] Update seerr.sh --- ct/seerr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/seerr.sh b/ct/seerr.sh index 4df749f25..205226f88 100644 --- a/ct/seerr.sh +++ b/ct/seerr.sh @@ -64,7 +64,7 @@ WantedBy=multi-user.target EOF systemctl daemon-reload systemctl enable -q --now 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/local/bin/update + 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 msg_info "Migrated Jellyserr to Seerr" fi # END Jellyseerr Migration @@ -114,7 +114,7 @@ WantedBy=multi-user.target EOF systemctl daemon-reload systemctl enable -q --now 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/local/bin/update + 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 msg_info "Migrated Overseerr to Seerr" fi # END Overseerr Migration