diff --git a/chef/cookbooks/metasploitable/recipes/nodejs.rb b/chef/cookbooks/metasploitable/recipes/nodejs.rb index 13051c1..d2fdd37 100644 --- a/chef/cookbooks/metasploitable/recipes/nodejs.rb +++ b/chef/cookbooks/metasploitable/recipes/nodejs.rb @@ -10,4 +10,6 @@ execute 'add nodejs 4 repository' do not_if { ::File.exist?('/usr/bin/node') } end -package 'nodejs' +package 'nodejs' do + options '--force-yes' +end