Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update aztec-spartan.sh to correctly Docker installation on…
… macOS (#11490) ### Description This update improves the user experience for macOS users who run the `aztec-spartan.sh` script without Docker installed. Previously, the script returned a misleading error message suggesting that macOS was unsupported. Now, the script detects macOS and provides clear guidance to install Docker Desktop for Mac. ### Changes - Added detection logic for macOS (`Darwin`) in the `check_docker` function. - Display a specific message prompting users to install Docker Desktop for macOS. ### Related Issues - Issue #11470.
- Loading branch information