File tree 1 file changed +3
-2
lines changed
prerequisites/install-functions
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,9 @@ headless_xcode_clt_install () {
59
59
60
60
maybe_install_xcodeCLT () {
61
61
if [[ " $( need_xcodeCLT) " == " true" ]]; then
62
- info " It appears that you are on Mac OS and do not have the Xcode command line tools (CLT) installed, or they need to be upgraded."
63
- info " install.sh will now attempt to install/upgrade the Xcode-CLT using \` softwareupdate\` "
62
+ info " It appears that you are on Mac OS and do not have the Xcode command line tools (CLT) installed,"
63
+ info " or they need to be upgraded.install.sh will now attempt to install/upgrade the Xcode-CLT using \` softwareupdate\` "
64
+ info " This may take some time, please be patient."
64
65
xcode_clt_install || true # This usually fails since `softwareupdate -i` doesn't return CLTs needing update
65
66
fi
66
67
if [[ " $( need_xcodeCLT) " == " true" ]]; then
You can’t perform that action at this time.
0 commit comments