Created
July 9, 2016 20:01
-
-
Save dannysmith/7c93436577187156ae68c399e8f6dab2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # XCode Command Line Tools | |
| fancy_echo "Installing XCode Command Line tools..." | |
| xcode-select --install | |
| sleep 3 | |
| osascript <<EOD | |
| tell application "System Events" | |
| tell process "Install Command Line Developer Tools" | |
| keystroke return | |
| click button "Agree" of window "License Agreement" | |
| end tell | |
| end tell | |
| EOD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment