Skip to content

Commit

Permalink
Update install process
Browse files Browse the repository at this point in the history
  • Loading branch information
abtris committed Feb 3, 2011
1 parent 76ee7c6 commit c138395
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cookbooks/vagrant_main/recipes/default.rb
Expand Up @@ -19,3 +19,8 @@
%w{ debconf subversion mc htop curl jenkins }.each do |a_package|
package a_package
end

execute "cli-install" do
command "wget http://localhost:8080/jnlpJars/jenkins-cli.jar"
action :run
end

0 comments on commit c138395

Please sign in to comment.