From 1ba967dd81ab2ea73b49faa3c5de70d745cb3a2f Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 4 Mar 2026 07:48:00 +0100 Subject: [PATCH] Update jellyseerr.sh to switch to Seerr script --- ct/jellyseerr.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index b7f28964a..ca0acd02e 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -47,7 +47,6 @@ function update_script() { msg_info "Switching update script to Seerr" TMP_UPDATE=$(mktemp) cat <<'EOF' >"$TMP_UPDATE" -#!/usr/bin/env bash bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/seerr.sh)" EOF mv "$TMP_UPDATE" /usr/bin/update