Skip to content

Commit

Permalink
Merge pull request #11 from aegixx/master
Browse files Browse the repository at this point in the history
Sierra no longer supports -v for verbose
  • Loading branch information
roderik committed Mar 21, 2017
2 parents 51315d8 + 8df2693 commit d781620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superlumic
Expand Up @@ -54,7 +54,7 @@ function install_clt {
# find the CLI Tools update
PROD=$(softwareupdate -l | grep "\*.*Command Line" | head -n 1 | awk -F"*" '{print $2}' | sed -e 's/^ *//' | tr -d '\n')
# install it
softwareupdate -i "$PROD" -v
softwareupdate -i "$PROD" --verbose
rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress

# on 10.7/10.8, we instead download from public download URLs, which can be found in
Expand Down

0 comments on commit d781620

Please sign in to comment.