chore: add gnu-tar dependency on macOS for unarchive support
This commit is contained in:
parent
198ca0c88a
commit
2a47f4397a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user