Skip to content

Commit

Permalink
Add Pow webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodlad committed Jul 8, 2011
1 parent c3c6044 commit d162a3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions osx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,13 @@
dep 'HEXColorPicker.installer' do
source 'http://www.luckysoftware.dk/download.php/HexColorPicker_102.pkg.zip'
end

dep 'Pow' do
met? {
"~/Library/Application Support/Pow/Current".p.exists?
}

meet {
log_shell "Installing Pow", "curl get.pow.cx | sh"
}
end

0 comments on commit d162a3e

Please sign in to comment.