Update seerr.sh

This commit is contained in:
Tobias 2026-02-15 00:42:12 +01:00 committed by GitHub
parent 745372ec7d
commit 35163d90b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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