Seerr: minor fixes

This commit is contained in:
vhsdream
2026-02-14 20:20:04 -05:00
parent ea435d1ddf
commit c75f314008

View File

@@ -65,7 +65,7 @@ EOF
systemctl daemon-reload systemctl daemon-reload
systemctl enable -q --now seerr 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/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" msg_ok "Migrated Jellyserr to Seerr"
fi fi
# END Jellyseerr Migration # END Jellyseerr Migration
@@ -115,7 +115,7 @@ EOF
systemctl daemon-reload systemctl daemon-reload
systemctl enable -q --now seerr 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/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" msg_ok "Migrated Overseerr to Seerr"
fi fi
# END Overseerr Migration # END Overseerr Migration
@@ -133,7 +133,7 @@ EOF
msg_info "Updating PNPM Version" msg_info "Updating PNPM Version"
pnpm_desired=$(grep -Po '"pnpm":\s*"\K[^"]+' /opt/seerr/package.json) pnpm_desired=$(grep -Po '"pnpm":\s*"\K[^"]+' /opt/seerr/package.json)
NODE_VERSION="22" NODE_MODULE="pnpm@$pnpm_desired" setup_nodejs NODE_VERSION="22" NODE_MODULE="pnpm@$pnpm_desired" setup_nodejs
msg_info "Updated PNPM Version" msg_ok "Updated PNPM Version"
msg_info "Updating Seerr" msg_info "Updating Seerr"
cd /opt/seerr cd /opt/seerr