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:
@@ -6,6 +6,7 @@
|
|||||||
printf "Installing Xcode CLI tools...\n"
|
printf "Installing Xcode CLI tools...\n"
|
||||||
xcode-select --install
|
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
|
read -p "Have you completed the Xcode CLI tools install (y/n)? " xcode_response
|
||||||
if [[ "$xcode_response" != "y" ]]; then
|
if [[ "$xcode_response" != "y" ]]; then
|
||||||
printf "ERROR: Xcode CLI tools must be installed before proceeding.\n"
|
printf "ERROR: Xcode CLI tools must be installed before proceeding.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user