From 63a642f3eb6f6b1cde29a8b0e86c0eae0ca20362 Mon Sep 17 00:00:00 2001 From: Buzz Date: Sun, 30 Jul 2017 10:34:43 +1000 Subject: [PATCH] TURNOVER: Update GPG keys Need to explicitly get older gpg key/s from the keyserver or we get this error: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6D1D8367A3421AFB --- artoo/tools/install-vagrant-deps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/artoo/tools/install-vagrant-deps.sh b/artoo/tools/install-vagrant-deps.sh index a6490a5..296a245 100644 --- a/artoo/tools/install-vagrant-deps.sh +++ b/artoo/tools/install-vagrant-deps.sh @@ -1,3 +1,5 @@ +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6AF0E1940624A220 +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6D1D8367A3421AFB apt-add-repository 'deb http://ppa.launchpad.net/anatol/tup/ubuntu precise main' -y add-apt-repository 'ppa:terry.guo/gcc-arm-embedded' -y