File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Before running, ensure you have:
2424
2525``` bash
2626# Install tools via Homebrew
27- brew install podman jq rsync openshift-cli bc
27+ brew install podman jq rsync openshift-cli
2828
2929# Install HashiCorp Vault (requires tap)
3030brew tap hashicorp/tap
Original file line number Diff line number Diff line change 5757if [[ -n " $MISSING_CMDS " ]]; then
5858 log::error " Missing required commands:$MISSING_CMDS "
5959 log::info " Install missing tools:"
60- log::info " brew install podman jq rsync openshift-cli bc"
60+ log::info " brew install podman jq rsync openshift-cli"
61+ log::info " (bc is pre-installed on macOS, install via 'brew install bc' if missing)"
6162 log::info " brew tap hashicorp/tap && brew install hashicorp/tap/vault"
6263fi
6364
You can’t perform that action at this time.
0 commit comments