From 797c0d50f4927a48951df66370673802eacba93e Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 6 Dec 2020 11:51:56 +0900 Subject: [PATCH] =?UTF-8?q?`apt`=20key=E3=81=AE=E6=8C=87=E5=AE=9A=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cookbooks/base/packages.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/base/packages.rb b/cookbooks/base/packages.rb index 65e835c..44fd4cc 100644 --- a/cookbooks/base/packages.rb +++ b/cookbooks/base/packages.rb @@ -31,7 +31,7 @@ DIST = run_command('lsb_release -cs').stdout.chomp # Add the public key file to install `git` execute "apt-key adv --keyserver #{KEYSRV} --recv-keys #{ID}" do - not_if 'apt-key list | grep E1DF1F24' + not_if 'apt-key list | grep "E1DF 1F24"' end # Deploy the `apt` sources: