From 204992253a7f2ec75cc51fa3726149af41145768 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 13 Jun 2019 18:01:26 +0800 Subject: [PATCH] scripts/build_utils.sh: install gnupg so that `apt-key add -` can import the pubkey Signed-off-by: Kefu Chai --- scripts/build_utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index b5a40a5b..5fcf6fa5 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -562,6 +562,7 @@ EOF exit 1 fi cat >> $hookdir/D05install-gcc-7 <