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
This commit is contained in:
Buzz 2017-07-30 10:34:43 +10:00 committed by Matt
parent e765cc0fce
commit 63a642f3eb

View File

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