Skip to content

Instantly share code, notes, and snippets.

@maksimov
Last active August 29, 2015 14:07
Show Gist options
  • Save maksimov/0a826587e3fef316f1e1 to your computer and use it in GitHub Desktop.
Save maksimov/0a826587e3fef316f1e1 to your computer and use it in GitHub Desktop.
Follow-up Shellshock fix for OSX brew
#!/bin/bash
brew update && brew upgrade brew ; sudo rm -rf /bin/bash && sudo ln -s /usr/local/Cellar/bash/4.3.27/bin/bash /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment