From: Michael Prokop Date: Mon, 23 Apr 2007 09:13:07 +0000 (+0200) Subject: Adjust gpg code X-Git-Tag: 0.9~11 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=c173e13f69ded34425bd73b747f73a3854ede500;ds=sidebyside Adjust gpg code --- diff --git a/chroot-script b/chroot-script index 756d6a5..bab8dc4 100644 --- a/chroot-script +++ b/chroot-script @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Apr 23 00:30:43 CEST 2007 [mika] +# Latest change: Mon Apr 23 11:12:58 CEST 2007 [mika] ################################################################################ set -e # exit on any error @@ -66,7 +66,7 @@ grmlrepos() { EOF # make sure we have the keys available for aptitude - gpg --keyserver subkeys.pgp.net --recv-keys F61E2E7CECDEA787 && \ + gpg --keyserver subkeys.pgp.net --recv-keys F61E2E7CECDEA787 gpg --export F61E2E7CECDEA787 | apt-key add - || /bin/true # not yet sure # why it's necessary, sometimes we get an error even though it works [mika] fi