install: Support Ubuntu 24.04.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-02-26 15:57:25 -08:00
committed by Tim Abbott
parent 59b0548433
commit 066ea3ebf9
10 changed files with 28 additions and 16 deletions

View File

@@ -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.

View 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