Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Yosemite support for CLTools #64

Merged
merged 7 commits into from
Sep 3, 2014
Merged

Yosemite support for CLTools #64

merged 7 commits into from
Sep 3, 2014

Conversation

dgoodlad
Copy link
Contributor

@dgoodlad dgoodlad commented Sep 1, 2014

Command-line tools weren't being installed on 10.10 because of version whitelisting in the shell script delivered by boxen-web. The original method was also buggy, as evidenced by comments in #59.

This PR uses techniques from https://github.com/timsutton/osx-vm-templates/blob/master/scripts/xcode-cli-tools.sh, described in http://macops.ca/installing-command-line-tools-automatically-on-mavericks/, to automatically install the command-line tools without any user interaction required.

TODO

  • Output is unfriendly, need to make it fit in with the rest of the script's voice (the progress bar etc)
  • Handle failure cases gracefully
  • Sudo password is required before running softwareupdate -i, at least on Mavericks

@dgoodlad dgoodlad changed the title [WIP] Yosemite support for CLTools Yosemite support for CLTools Sep 3, 2014
dgoodlad added a commit that referenced this pull request Sep 3, 2014
Yosemite support for CLTools
@dgoodlad dgoodlad merged commit 38cae80 into master Sep 3, 2014
@dgoodlad dgoodlad deleted the yosemite branch September 3, 2014 00:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant