Browse Source

fix brew cask command

Kyle P Davis 9 years ago
parent
commit
7e6ac7a0cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gimmes/_default

+ 1 - 1
gimmes/_default

@@ -4,7 +4,7 @@ has curl  ||  gimme_pkg curl
 
 if [[ "$OS" = "Darwin" ]]; then
 	[[ -d "$HOME/homebrew" ]]  ||  (mkdir "$HOME/homebrew" 2>/dev/null  &&  curl -L "https://github.com/Homebrew/homebrew/tarball/master" | tar xz --strip 1 -C "$HOME/homebrew"  &&  brew update)
-	has brew-cask  ||  brew install caskroom/cask/brew-cask
+	brew tap caskroom/cask
 else
 	if ! has apt-get; then
 		echo "ERROR: Your OS does not have 'apt-get' and is not currently supported."