Created
September 15, 2016 23:11
-
-
Save Rican7/44081a9806595704fa7b289c32fcd62c to your computer and use it in GitHub Desktop.
Upgrade Bash on Mac OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/usr/bin/env sh | |
# | |
# Requires homebrew (http://brew.sh/) | |
# Thanks http://clubmate.fi/upgrade-to-bash-4-in-mac-os-x/ | |
brew update && brew install bash && sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells' && chsh -s /usr/local/bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment