mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-15 19:56:59 +08:00
missing_formula.rb: don't disable texlive
This commit is contained in:
parent
5e42c2eca8
commit
83d1d6d564
@ -18,19 +18,6 @@ module Homebrew
|
||||
<<~EOS
|
||||
Xcode can be installed from the App Store.
|
||||
EOS
|
||||
when "tex", "tex-live", "texlive", "mactex", "latex"
|
||||
<<~EOS
|
||||
There are three versions of MacTeX.
|
||||
|
||||
Full installation:
|
||||
brew install --cask mactex
|
||||
|
||||
Full installation without bundled applications:
|
||||
brew install --cask mactex-no-gui
|
||||
|
||||
Minimal installation:
|
||||
brew install --cask basictex
|
||||
EOS
|
||||
else
|
||||
generic_disallowed_reason(name)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user