Skip to content
Snippets Groups Projects
Commit 821dbab5 authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

doctor: extend curl warning

parent 8183f75d
No related branches found
No related tags found
No related merge requests found
......@@ -677,9 +677,10 @@ class Checks
end
def check_for_bad_curl
if MacOS.version <= "10.6" && !Formula["curl"].installed? then <<-EOS.undent
The system curl on 10.6 and below is often incapable of supporting
if MacOS.version <= "10.8" && !Formula["curl"].installed? then <<-EOS.undent
The system curl on 10.8 and below is often incapable of supporting
modern secure connections & will fail on fetching formulae.
We recommend you:
brew install curl
EOS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment