Skip to content

Commit

Permalink
Migrate to built-in Homebrew-Cask
Browse files Browse the repository at this point in the history
> Homebrew-Cask will now be kept up to date together with Homebrew

> If you haven’t yet,
> run `brew uninstall --force brew-cask; brew update`
> to switch to the new system.

Homebrew/homebrew-cask@e83c009

> To start using Homebrew-Cask, you just need Homebrew installed.

Homebrew/homebrew-cask@0d290b1
  • Loading branch information
croaky committed Jan 10, 2016
1 parent 2c655fc commit c92c7ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -106,9 +106,6 @@ For example:
```sh
#!/bin/sh

brew_tap 'caskroom/cask'
brew_install_or_upgrade 'brew-cask'

brew cask install dropbox
brew cask install google-chrome
brew cask install rdio
Expand Down
5 changes: 5 additions & 0 deletions mac
Expand Up @@ -132,6 +132,11 @@ else
fancy_echo "Homebrew already installed. Skipping ..."
fi

if brew list | grep -Fq brew-cask; then
fancy_echo "Uninstalling old Homebrew-Cask ..."
brew uninstall --force brew-cask
fi

fancy_echo "Updating Homebrew formulas ..."
brew update

Expand Down

0 comments on commit c92c7ad

Please sign in to comment.