From c19ff4313316412a796c98091aab4fd924cae834 Mon Sep 17 00:00:00 2001 From: Stephen Lauck Date: Tue, 4 Sep 2018 14:27:56 -0400 Subject: [PATCH] add packages to install --- recipes/default.rb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/recipes/default.rb b/recipes/default.rb index 476dd51..a914d8d 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -6,16 +6,8 @@ include_recipe 'chocolatey::default' -%w( habitat ).each do |pkg| +%w( habitat git googlechrome vscode ).each do |pkg| chocolatey_package pkg do action :install end end - -# powershell_script 'habitat build' do -# cwd '/tmp/package/habitat' -# code <<-EOH -# $env:PATH += ";C:\habitat" -# hab pkg build --windows -# EOH -# end