File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
prerequisites/install-functions Expand file tree Collapse file tree 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 () {
5959
6060maybe_install_xcodeCLT () {
6161 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."
6465 xcode_clt_install || true # This usually fails since `softwareupdate -i` doesn't return CLTs needing update
6566 fi
6667 if [[ " $( need_xcodeCLT) " == " true" ]]; then
You can’t perform that action at this time.
0 commit comments