Navigation Menu

Skip to content

Commit

Permalink
changed the header installer to aptitude for apache2-prefork-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Peek <josh@joshpeek.com>
  • Loading branch information
sbl authored and josh committed Jan 15, 2009
1 parent 091d07d commit ce5f9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/ext/slicehost/ruby.rb
Expand Up @@ -28,7 +28,7 @@
desc "Install Phusion Passenger"
task :install_passenger, :roles => :app do
sudo "apt-get install apache2-mpm-prefork"
sudo "apt-get install apache2-prefork-dev"
sudo "aptitude install -y apache2-prefork-dev"
sudo "/opt/#{ruby_enterprise_version}/bin/ruby /opt/#{ruby_enterprise_version}/bin/gem install passenger rake --no-rdoc --no-ri"
sudo "PATH='/opt/#{ruby_enterprise_version}/bin/':\$PATH /opt/#{ruby_enterprise_version}/bin/ruby /opt/#{ruby_enterprise_version}/bin/passenger-install-apache2-module", :pty => true do |ch, stream, data|

Expand Down

0 comments on commit ce5f9a7

Please sign in to comment.