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:
Anders Kaseorg
2019-09-23 13:18:30 -07:00
committed by Tim Abbott
parent d1e504079d
commit 4fdc80a9c7

View File

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