docs: Mention Debian as a supported distro

According to the production requirements page, Debian (not just Ubuntu) is a supported OS, so the dependencies page should also reflect that.
This commit is contained in:
Alex Dehnert 2024-09-16 21:00:12 +00:00 committed by Tim Abbott
parent da91ebc592
commit 30c2d65809
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ that are documented in the
[architecture overview](../overview/architecture-overview.md), we rely on the
versions of those packages provided alongside the Linux distribution
on which Zulip is deployed. Because Zulip
[only supports Ubuntu in production](../production/requirements.md), this
usually means `apt`, though we do support
[only supports Debian or Ubuntu in production](../production/requirements.md),
this usually means `apt`, though we do support
[other platforms in development](../development/setup-advanced.md). Since
we don't control the versions of these dependencies, we avoid relying
on specific versions of these packages wherever possible.