Added XCode install tip.

Helpful for first-time installers not familar with XCode. Also reduces
confusion with license window which always seems to appear behind
current window.
This commit is contained in:
Brooke Kuhlmann
2018-09-30 10:34:17 -06:00
parent be396b9581
commit ff09e25ea5

View File

@@ -6,6 +6,7 @@
printf "Installing Xcode CLI tools...\n"
xcode-select --install
printf "%s\n" "💡 ALT+TAB to view and accept Xcode license window."
read -p "Have you completed the Xcode CLI tools install (y/n)? " xcode_response
if [[ "$xcode_response" != "y" ]]; then
printf "ERROR: Xcode CLI tools must be installed before proceeding.\n"