From 32d2d83c671d4947a775fd632989652e085a6b26 Mon Sep 17 00:00:00 2001 From: Thibault Date: Mon, 26 Apr 2021 19:53:38 +0200 Subject: [PATCH] hotfix: node --- chef/cookbooks/metasploitable/recipes/nodejs.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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