add java home.

This commit is contained in:
2014-10-26 23:32:35 -07:00
parent d3aaeb420f
commit 26b00ec84c
2 changed files with 5 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ def brew_cask(ctx):
@ctask
def get_brew(ctx):
if not util.command_exists('brew'):
ctx.run('ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"')
ctx.run('ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"')
@ctask
def brew_install(ctx):