Skip to content

Commit

Permalink
Added -y to nginx apt-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mraaroncruz committed Oct 25, 2012
1 parent 16a511a commit aca6624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.rb
@@ -1,7 +1,7 @@
namespace :nginx do
desc "Install latest stable release of nginx"
task :install, roles: :web do
run "#{sudo} add-apt-repository ppa:nginx/stable"
run "#{sudo} add-apt-repository -y ppa:nginx/stable"
run "#{sudo} apt-get -y update"
run "#{sudo} apt-get -y install nginx"
end
Expand Down

0 comments on commit aca6624

Please sign in to comment.