You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (system.files.fileExistsAtPath("/Library/Developer/CommandLineTools/usr/bin/git")) {
37
37
return true;
38
38
} else {
39
-
my.result.title = "Xcode Command Line Tools (CLT) are missing";
40
-
my.result.message = "You must install the Xcode Command Line Tools (CLT) or Xcode before installing Homebrew. Install the CLT by running `xcode-select --install` from a Terminal.";
39
+
my.result.title = "Command Line Tools (CLT) are missing";
40
+
my.result.message = "You must install the Command Line Tools (CLT) before installing Homebrew by running `xcode-select --install` from a Terminal.";
0 commit comments