mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
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:
committed by
Tim Abbott
parent
78524d4f87
commit
feb720b463
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user