Skip to content

Instantly share code, notes, and snippets.

@maksimov
Last active August 29, 2015 14:06
Show Gist options
  • Save maksimov/f5eb4dd83e5db8477f54 to your computer and use it in GitHub Desktop.
Save maksimov/f5eb4dd83e5db8477f54 to your computer and use it in GitHub Desktop.
Shellshock fix for OSX brew
brew update && brew unlink bash ; brew install bash && sudo mv /bin/bash /bin/bash.3 && sudo ln -s /usr/local/Cellar/bash/4.3.25/bin/bash /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment