From 2a47f4397a4c08acdc85845549b553ffd28abd26 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sun, 21 Jun 2026 16:22:03 +0800 Subject: [PATCH] chore: add gnu-tar dependency on macOS for unarchive support --- scripts/setup-ai-workspace-all-in-one.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-ai-workspace-all-in-one.sh b/scripts/setup-ai-workspace-all-in-one.sh index 7a4a843..feba5fb 100755 --- a/scripts/setup-ai-workspace-all-in-one.sh +++ b/scripts/setup-ai-workspace-all-in-one.sh @@ -366,7 +366,7 @@ install_prerequisites() { fi elif [ "$os" = "darwin" ]; then if command -v brew >/dev/null 2>&1; then - brew install git ansible + brew install git ansible gnu-tar else error "macOS requires git and ansible. Install Homebrew or install them manually, then rerun." fi