install: Add beta support for debian bullseye for production.

This won't work on a real bullseye system until Bullseye actually
officially releases.

Fixes part of #17863.
This commit is contained in:
Gaurav Pandey
2021-04-02 13:12:33 +05:30
committed by Tim Abbott
parent 78524d4f87
commit feb720b463
3 changed files with 18 additions and 1 deletions

View File

@@ -196,7 +196,7 @@ if [ -f /etc/os-release ]; then
fi
case "$os_id$os_version_id" in
debian10 | ubuntu18.04 | ubuntu20.04) ;;
debian10 | debian11 | ubuntu18.04 | ubuntu20.04) ;;
*)
set +x
cat <<EOF
@@ -204,6 +204,7 @@ case "$os_id$os_version_id" in
Unsupported OS release: $os_id $os_version_id
Zulip in production is supported only on:
- Debian 11 "bullseye" (beta)
- Debian 10 "buster"
- Ubuntu 18.04 LTS "bionic"
- Ubuntu 20.04 LTS "focal"