mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
provision: Use apt-get --allow-downgrades.
Needed for commit 9c8d2b7be3
(#21115).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
44bd6cafb7
commit
7213116dd3
@@ -270,6 +270,7 @@ def install_apt_deps(deps_to_install: List[str]) -> None:
|
||||
"apt-get",
|
||||
"-y",
|
||||
"install",
|
||||
"--allow-downgrades",
|
||||
"--no-install-recommends",
|
||||
*deps_to_install,
|
||||
]
|
||||
|
Reference in New Issue
Block a user