Skip to content

Commit

Permalink
cleanup some old software and prevent brew install from killing install
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Jun 22, 2015
1 parent db70f90 commit 4459ba4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function require_cask() {
brew cask install $1
if [[ $? != 0 ]]; then
error "failed to install $1! aborting..."
exit -1
# exit -1
fi
fi
ok
Expand All @@ -61,7 +61,7 @@ function require_brew() {
brew install $1 $2
if [[ $? != 0 ]]; then
error "failed to install $1! aborting..."
exit -1
# exit -1
fi
fi
ok
Expand Down
8 changes: 4 additions & 4 deletions osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,12 @@ require_cask vlc
require_cask xquartz

# development browsers
require_cask breach
require_cask firefox
# require_cask breach
# require_cask firefox
#require_cask firefox-aurora
require_cask google-chrome
require_cask google-chrome-canary
require_cask torbrowser
# require_cask google-chrome-canary
# require_cask torbrowser

# virtal machines
require_cask virtualbox
Expand Down

0 comments on commit 4459ba4

Please sign in to comment.