os/mac/xcode: add additional CLT download link.
Sadly Apple don't seem to be providing these reliably. Fixes #6796
This commit is contained in:
parent
51ea444460
commit
ea44760f8c
@ -231,11 +231,13 @@ module OS
|
|||||||
def update_instructions
|
def update_instructions
|
||||||
if MacOS.version >= "10.14"
|
if MacOS.version >= "10.14"
|
||||||
<<~EOS
|
<<~EOS
|
||||||
Update them from Software Update in System Preferences.
|
Update them from Software Update in System Preferences or
|
||||||
|
#{Formatter.url("https://developer.apple.com/download/more/")}.
|
||||||
EOS
|
EOS
|
||||||
else
|
else
|
||||||
<<~EOS
|
<<~EOS
|
||||||
Update them from Software Update in the App Store.
|
Update them from Software Update in the App Store
|
||||||
|
#{Formatter.url("https://developer.apple.com/download/more/")}.
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user