Merge pull request '`apt` keyの指定方法を修正' (#66) from modify-apt-repository-ID into master
Reviewed-on: #66
This commit is contained in:
commit
706353723a
|
@ -31,7 +31,7 @@ DIST = run_command('lsb_release -cs').stdout.chomp
|
||||||
|
|
||||||
# Add the public key file to install `git`
|
# Add the public key file to install `git`
|
||||||
execute "apt-key adv --keyserver #{KEYSRV} --recv-keys #{ID}" do
|
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
|
end
|
||||||
|
|
||||||
# Deploy the `apt` sources:
|
# Deploy the `apt` sources:
|
||||||
|
|
Loading…
Reference in New Issue