Merge pull request #13059 from alebcay/linux-install-from-api-linuxbrew-core-check
diagnostic: skip linuxbrew-core tap check when installing from API
This commit is contained in:
commit
a7be469995
@ -121,6 +121,7 @@ module Homebrew
|
||||
end
|
||||
|
||||
def check_linuxbrew_core
|
||||
return if Homebrew::EnvConfig.install_from_api?
|
||||
return unless CoreTap.instance.linuxbrew_core?
|
||||
|
||||
<<~EOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user