This file contains 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 bash | |
# | |
# Invoke this bootstrap using: | |
# bash < <(curl -s -L https://gist.githubusercontent.com/4fthawaiian/bb659350196a2ed776d6cf8610eda651/raw) | |
# (this should be run as root) | |
# | |
# symlink gsed (for compatibility with osx scripts) | |
cd /usr/local/bin; ln -s /bin/sed gsed | |
# another update |