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:
Anders Kaseorg 2019-09-23 13:14:55 -07:00 committed by Tim Abbott
parent 2ff87bd888
commit d1e504079d
1 changed files with 0 additions and 1 deletions

View File

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