mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
install: Support Ubuntu 24.04.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
59b0548433
commit
066ea3ebf9
@@ -28,6 +28,11 @@ if [[ ! -e /usr/share/doc/groonga-apt-source/copyright ]]; then
|
||||
read -r release
|
||||
} <<<"$os_info"
|
||||
|
||||
if [ "$distribution" = ubuntu ] && [ "$release" = noble ]; then
|
||||
# PGroonga binaries are not yet provided for Ubuntu 24.04.
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ "$distribution" = debian ] && [ "$release" = bookworm ]; then
|
||||
# As of Debian 12, the Groonga repository depends on the
|
||||
# Apache Arrow repository.
|
||||
|
||||
2
scripts/setup/apt-repos/zulip/noble.list
Normal file
2
scripts/setup/apt-repos/zulip/noble.list
Normal file
@@ -0,0 +1,2 @@
|
||||
deb http://apt.postgresql.org/pub/repos/apt/ noble-pgdg main
|
||||
deb-src http://apt.postgresql.org/pub/repos/apt/ noble-pgdg main
|
||||
Reference in New Issue
Block a user