From d1e504079d337e3c88d780e66a0b0ecdd5956c79 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 23 Sep 2019 13:14:55 -0700 Subject: [PATCH] =?UTF-8?q?setup-apt-repo:=20Don=E2=80=99t=20waste=20time?= =?UTF-8?q?=20installing=20debian-archive-keyring.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit debian-archive-keyring is a dependency of the essential package apt, so it is present in every Debian system. Signed-off-by: Anders Kaseorg --- scripts/lib/setup-apt-repo | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lib/setup-apt-repo b/scripts/lib/setup-apt-repo index d05077d1b6..b2cd931112 100755 --- a/scripts/lib/setup-apt-repo +++ b/scripts/lib/setup-apt-repo @@ -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 <