mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-18 16:32:17 +00:00
Update jellyseerr.sh to switch to Seerr script
This commit is contained in:
committed by
GitHub
parent
d6b86ebbf3
commit
1ba967dd81
@@ -47,7 +47,6 @@ function update_script() {
|
|||||||
msg_info "Switching update script to Seerr"
|
msg_info "Switching update script to Seerr"
|
||||||
TMP_UPDATE=$(mktemp)
|
TMP_UPDATE=$(mktemp)
|
||||||
cat <<'EOF' >"$TMP_UPDATE"
|
cat <<'EOF' >"$TMP_UPDATE"
|
||||||
#!/usr/bin/env bash
|
|
||||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/seerr.sh)"
|
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/seerr.sh)"
|
||||||
EOF
|
EOF
|
||||||
mv "$TMP_UPDATE" /usr/bin/update
|
mv "$TMP_UPDATE" /usr/bin/update
|
||||||
|
|||||||
Reference in New Issue
Block a user