`apt` keyの指定方法を修正

This commit is contained in:
Kazuhiro MUSASHI 2020-12-06 11:51:56 +09:00
parent a82caa2ebd
commit 797c0d50f4
1 changed files with 1 additions and 1 deletions

View File

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