Created
March 12, 2015 13:37
-
-
Save carlesso/79c508f57d54d65a3646 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%w{git bash-completion htop multitail sudo vim wget autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev}.each do |pkg| | |
puts "HERE: #{pkg}" | |
apt_package pkg | |
end | |
execute 'apt-get update' do | |
action :nothing | |
end.run_action(:run) | |
include_recipe 'basic::users' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment