Skip to content

Instantly share code, notes, and snippets.

@bhb
Created September 23, 2009 21:30
Show Gist options
  • Save bhb/192290 to your computer and use it in GitHub Desktop.
Save bhb/192290 to your computer and use it in GitHub Desktop.
if [ `gem list -i wycats-bundler` = "false" ]; then
echo "Installing Bundler"
gem install wycats-bundler --no-ri --no-rdoc --source http://gems.github.com
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment