mirror of https://github.com/zulip/zulip.git
setup-apt-repo: Don’t waste time installing debian-archive-keyring.
debian-archive-keyring is a dependency of the essential package apt, so it is present in every Debian system. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
2ff87bd888
commit
d1e504079d
|
@ -43,7 +43,6 @@ deb http://ppa.launchpad.net/groonga/ppa/ubuntu $release main
|
|||
deb-src http://ppa.launchpad.net/groonga/ppa/ubuntu $release main
|
||||
EOF
|
||||
elif [ "$release" = "stretch" ] || [ "$release" = "buster" ]; then
|
||||
apt-get install -y debian-archive-keyring
|
||||
apt-key add "$SCRIPTS_PATH"/setup/pgroonga-debian.asc
|
||||
cat >$SOURCES_FILE <<EOF
|
||||
deb https://packages.groonga.org/debian/ $release main
|
||||
|
|
Loading…
Reference in New Issue