missing_formula.rb: don't disable texlive

This commit is contained in:
danielnachun 2021-09-17 11:16:27 -07:00
parent 5e42c2eca8
commit 83d1d6d564
No known key found for this signature in database
GPG Key ID: 7343CCAD07E2D0FB

View File

@ -18,19 +18,6 @@ module Homebrew
<<~EOS <<~EOS
Xcode can be installed from the App Store. Xcode can be installed from the App Store.
EOS 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 else
generic_disallowed_reason(name) generic_disallowed_reason(name)
end end