Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 535 Bytes

installing_bash_macos.md

File metadata and controls

11 lines (8 loc) · 535 Bytes

Installing a Newer Version of Bash on macOS®*

To use the build.sh and run.sh on macOS®* you must ensure your bash is running on the latest version (macOS®* comes with bash dating back to 2006). Use a package manager like brew to install it:

brew install bash                       # Installs latest version of bash.
/usr/local/bin/bash ./docker/build.sh   # Builds Docker container with newly installed bash.

* Other names and brands may be claimed as the property of others.