rtrouton / rtrouton_scripts

Scripts to share
MIT License
1.3k stars 489 forks source link

Account for macOS 12 in install_xcode_command_line_tools.sh #90

Closed ryangball closed 2 years ago

ryangball commented 2 years ago

This allows for the script to perform the Xcode CLT install on macOS 12.

Additionally, I believe I have fixed a legacy variable which could have impacted successful execution on other macOS versions as well in line 31.

This should close #89.