Skip to content

Commit

Permalink
Fix a clean install Yosemite issue with brew cask
Browse files Browse the repository at this point in the history
Cask is not recognised correctly on clean Yosemite installs. This is due to a weird compounding error as discussed in [homebrew/4667](Homebrew/homebrew-cask#4667)
  • Loading branch information
KraigWalker committed Apr 10, 2015
1 parent b6879ce commit b132b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-new-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if [[ `uname` == 'Darwin' ]]; then
# https://github.com/sindresorhus/quick-look-plugins
echo 'Installing Quick Look plugins...'
brew tap phinze/homebrew-cask
brew install brew-cask
brew install caskroom/cask/brew-cask
brew cask install suspicious-package quicklook-json qlmarkdown qlstephen qlcolorcode
fi

Expand Down

0 comments on commit b132b9b

Please sign in to comment.