diff --git a/ct/overseerr.sh b/ct/overseerr.sh index c8d0fec18..63615c65f 100644 --- a/ct/overseerr.sh +++ b/ct/overseerr.sh @@ -46,7 +46,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