Merge pull request '`apt` keyの指定方法を修正' (#66) from modify-apt-repository-ID into master

Reviewed-on: #66
This commit is contained in:
Kazuhiro MUSASHI 2020-12-06 11:54:18 +09:00
commit 706353723a
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: