From 8df26937c271c0ffd93a661783739b7197b05b1e Mon Sep 17 00:00:00 2001 From: Bryan Stone Date: Mon, 26 Sep 2016 16:36:16 -0500 Subject: [PATCH] Sierra no longer supports -v for verbose Signed-off-by: Bryan Stone --- superlumic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superlumic b/superlumic index f127ee6..a04687a 100755 --- a/superlumic +++ b/superlumic @@ -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