Skip to content

Commit

Permalink
zsh is now a build-essential.
Browse files Browse the repository at this point in the history
  • Loading branch information
roidrage committed Mar 19, 2012
1 parent 567b83b commit bc0e282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker_host/build-essential/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

case node['platform']
when "ubuntu","debian"
%w{build-essential binutils-doc}.each do |pkg|
%w{build-essential binutils-doc zsh}.each do |pkg|
package pkg do
action :install
end
end
when "centos","redhat","fedora"
%w{gcc gcc-c++ kernel-devel make}.each do |pkg|
%w{gcc gcc-c++ kernel-devel make zsh}.each do |pkg|
package pkg do
action :install
end
Expand Down

0 comments on commit bc0e282

Please sign in to comment.