Skip to content

Commit

Permalink
add packages to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Lauck authored and Stephen Lauck committed Sep 4, 2018
1 parent 7f63821 commit c19ff43
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c19ff43

Please sign in to comment.