From 7b7e713f1227fac8241f57b1bf9df7a1202a59e5 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Thu, 7 Sep 2023 23:48:56 +0800 Subject: [PATCH] ci: more debugging of fresh macos --- commands/dorothy | 4 ++-- commands/setup-util | 2 +- commands/setup-util-jq | 2 +- commands/setup-util-ripgrep | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commands/dorothy b/commands/dorothy index 42adce345..432d44129 100755 --- a/commands/dorothy +++ b/commands/dorothy @@ -491,8 +491,8 @@ function dorothy() ( if command_exists apt-get; then try_sudo apt-get update fi - setup-util-jq --quiet - setup-util-ripgrep --quiet + debug-bash setup-util-jq --quiet + debug-bash setup-util-ripgrep --quiet setup-util-sd --quiet setup-util-teip --quiet setup-util-bash --quiet # install last (as depends on above) diff --git a/commands/setup-util b/commands/setup-util index 1f08f212e..1bedd8d64 100755 --- a/commands/setup-util +++ b/commands/setup-util @@ -3182,7 +3182,7 @@ function setup_util() ( fi # download - down "$download" \ + debug-bash down "$download" \ --quiet="$quiet" \ --unzip-format="$unzip_format" \ --unzip-filter="$unzip_filter" \ diff --git a/commands/setup-util-jq b/commands/setup-util-jq index 5a89ada5b..b30b805a3 100755 --- a/commands/setup-util-jq +++ b/commands/setup-util-jq @@ -98,7 +98,7 @@ function setup_util_jq() ( add_download_option '-linux-i386' fi fi - setup-util "${options[@]}" + debug-bash setup-util "${options[@]}" ) # fire if invoked standalone diff --git a/commands/setup-util-ripgrep b/commands/setup-util-ripgrep index 4a84af955..51a8372af 100755 --- a/commands/setup-util-ripgrep +++ b/commands/setup-util-ripgrep @@ -92,7 +92,7 @@ function setup_util_ripgrep() ( add_download_option '-i686-unknown-linux-musl.tar.gz' fi fi - setup-util "${options[@]}" + debug-bash setup-util "${options[@]}" ) # fire if invoked standalone