Skip to content

Commit 2e751f3

Browse files
committed
Tell user softwareupdate takes a while
1 parent a989b96 commit 2e751f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

prerequisites/install-functions/install-xcode-clt.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ headless_xcode_clt_install () {
5959

6060
maybe_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

0 commit comments

Comments
 (0)