Skip to content
Snippets Groups Projects
Commit b6f9b7d3 authored by apainintheneck's avatar apainintheneck
Browse files

Remove bitdefender diagnostic check

This shows up in `brew doctor` but hasn't been
reported as a problem by users in 3+ years.
parent 1a21c7e7
Branches
Tags
No related merge requests found
......@@ -364,19 +364,6 @@ module Homebrew
end
end
def check_for_bitdefender
if !Pathname("/Library/Bitdefender/AVP/EndpointSecurityforMac.app").exist? &&
!Pathname("/Library/Bitdefender/AVP/BDLDaemon").exist?
return
end
<<~EOS
You have installed Bitdefender. The "Traffic Scan" option interferes with
Homebrew's ability to download packages. See:
#{Formatter.url("https://github.com/Homebrew/brew/issues/5558")}
EOS
end
def check_for_multiple_volumes
return unless HOMEBREW_CELLAR.exist?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment