Do not brew install brew-cask
Refs caskroom/homebrew-cask#15381 Closes Homebrew/homebrew#46845.
This commit is contained in:
parent
6d384a730f
commit
d5de719c2b
@ -25,8 +25,6 @@ module Homebrew
|
|||||||
formulae = []
|
formulae = []
|
||||||
|
|
||||||
if ARGV.casks.any?
|
if ARGV.casks.any?
|
||||||
brew_cask = Formulary.factory("brew-cask")
|
|
||||||
install_formula(brew_cask) unless brew_cask.installed?
|
|
||||||
args = []
|
args = []
|
||||||
args << "--force" if ARGV.force?
|
args << "--force" if ARGV.force?
|
||||||
args << "--debug" if ARGV.debug?
|
args << "--debug" if ARGV.debug?
|
||||||
|
|||||||
@ -73,7 +73,6 @@ These commands have been contributed by Homebrew users but are not included in t
|
|||||||
> Install using:
|
> Install using:
|
||||||
> ```
|
> ```
|
||||||
$ brew tap caskroom/cask
|
$ brew tap caskroom/cask
|
||||||
$ brew install brew-cask
|
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
### brew-gem
|
### brew-gem
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user