mirror of https://github.com/zulip/zulip.git
upgrade-zulip-stage-2: Add Ubuntu 20.04, Debian 11 to UNSUPPORTED_DISTROS.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
d8ebb2db95
commit
0bae651e23
|
@ -64,8 +64,10 @@ UNSUPPORTED_DISTROS = [
|
|||
("ubuntu", "14.04"),
|
||||
("ubuntu", "16.04"),
|
||||
("ubuntu", "18.04"),
|
||||
("ubuntu", "20.04"),
|
||||
("debian", "9"),
|
||||
("debian", "10"),
|
||||
("debian", "11"),
|
||||
]
|
||||
distro_info = parse_os_release()
|
||||
vendor = distro_info["ID"]
|
||||
|
|
Loading…
Reference in New Issue