From 722f22e7f002c6421f2d9949d39424b4f422aabf Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 4 Oct 2017 01:06:17 -0400 Subject: [PATCH] fix: avoid old gpg key error --- tests.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.mk b/tests.mk index 6a62d9cdd..166407476 100644 --- a/tests.mk +++ b/tests.mk @@ -5,6 +5,7 @@ ifneq ($(shell shellcheck --version > /dev/null 2>&1 ; echo $$?),0) ifeq ($(SYSTEM),Darwin) brew install shellcheck else + sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5072E1F5 sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse' sudo apt-get update -qq && sudo apt-get install -qq -y shellcheck endif