Skip to content

Commit 73c2247

Browse files
docs: clarify deb13 package wording
Refine the package finder copy to state Debian 13 support more clearly and call out the Debian 11 PostgreSQL version limit without repeating the same phrasing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e41e249 commit 73c2247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/packages/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ export default function PackagesPage() {
278278
</p>
279279
{packageFamily === "apt" ? (
280280
<p className="mt-2 text-sm text-amber-300">
281-
Debian 13 is now available in the repository-backed APT flow. Debian 11
282-
currently supports PostgreSQL 16 and 17 in the repository-backed flow.
281+
Debian 13 is now supported in the APT repository-backed install flow. Debian
282+
11 currently supports only PostgreSQL 16 and 17.
283283
</p>
284284
) : null}
285285
<div className="mt-4">

0 commit comments

Comments
 (0)