Switch update script to Seerr

This commit is contained in:
CanbiZ (MickLesk)
2026-03-04 07:48:10 +01:00
committed by GitHub
parent 1ba967dd81
commit bbdbe1a279

View File

@@ -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