I hereby claim:
- I am jsachs on github.
- I am jsachs (https://keybase.io/jsachs) on keybase.
- I have a public key ASAiAoLQ2Urmwg4IseICWAp91z4EvenFm7kMcWHRxMkSdQo
To claim this, I am signing this object:
| #!/bin/bash | |
| # this script should be used in a dir with both the old | |
| # private key and the new public key | |
| oldpem=$1 | |
| user=$2 | |
| newpub=$3 | |
| newpem=$4 |
I hereby claim:
To claim this, I am signing this object:
| # Check for Homebrew,# Install if we don't have it | |
| if test ! $(which brew); then | |
| echo "Installing homebrew..." | |
| ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| fi | |
| # Update homebrew recipes | |
| brew update | |
| # Install GNU core utilities (those that come with OS X are outdated) | |
| brew install coreutils |