1
2
3
before 'deploy:setup', :except => { :no_release => true } do
  apt.install( {:base => %w(git-core rsync imagemagick)}, :stable )
end