extend/os/mac/diagnostic: remove redundant method
Remove an exact duplicate from further up in the same file. (It was accidentally added in 8a582f2bd976ce7044c3b2dc6eef701f94b9ace5.)
This commit is contained in:
parent
2842910609
commit
ec75ca7e42
@ -271,21 +271,6 @@ module Homebrew
|
|||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
def check_for_other_package_managers
|
|
||||||
ponk = MacOS.macports_or_fink
|
|
||||||
return if ponk.empty?
|
|
||||||
|
|
||||||
<<-EOS.undent
|
|
||||||
You have MacPorts or Fink installed:
|
|
||||||
#{ponk.join(", ")}
|
|
||||||
|
|
||||||
This can cause trouble. You don't have to uninstall them, but you may want to
|
|
||||||
temporarily move them out of the way, e.g.
|
|
||||||
|
|
||||||
sudo mv /opt/local ~/macports
|
|
||||||
EOS
|
|
||||||
end
|
|
||||||
|
|
||||||
def check_xcode_license_approved
|
def check_xcode_license_approved
|
||||||
# If the user installs Xcode-only, they have to approve the
|
# If the user installs Xcode-only, they have to approve the
|
||||||
# license or no "xc*" tool will work.
|
# license or no "xc*" tool will work.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user