mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
setup-apt-repo: Install groonga-keyring.
This allows the system to get updates to the Groonga repository signing key, so `apt update` doesn’t start failing when the key changes (like it recently did). Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
d1e504079d
commit
4fdc80a9c7
@@ -63,4 +63,8 @@ else
|
||||
apt-get update && rm -f "$STAMP_FILE"
|
||||
fi
|
||||
|
||||
if [ "$release" = "stretch" ]; then
|
||||
apt-get install -y groonga-keyring
|
||||
fi
|
||||
|
||||
echo "$DEPENDENCIES_HASH" > "$DEPENDENCIES_HASH_FILE"
|
||||
|
||||
Reference in New Issue
Block a user