Merge pull request #5004 from MikeMcQuaid/clt-system-preferences
xcode: note CLT is now updated in System Preferences.
This commit is contained in:
commit
341eac2f62
@ -254,7 +254,11 @@ module OS
|
|||||||
end
|
end
|
||||||
|
|
||||||
def update_instructions
|
def update_instructions
|
||||||
if MacOS.version >= "10.9"
|
if MacOS.version >= "10.14"
|
||||||
|
<<~EOS
|
||||||
|
Update them from Software Update in System Preferences.
|
||||||
|
EOS
|
||||||
|
elsif MacOS.version >= "10.9"
|
||||||
<<~EOS
|
<<~EOS
|
||||||
Update them from Software Update in the App Store.
|
Update them from Software Update in the App Store.
|
||||||
EOS
|
EOS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user