Skip to content

Instantly share code, notes, and snippets.

@baelter
Last active July 26, 2017 22:00
Show Gist options
  • Save baelter/b098ac122b99d2dbe3149cb868bde804 to your computer and use it in GitHub Desktop.
Save baelter/b098ac122b99d2dbe3149cb868bde804 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.4
echo "gem: --no-document" > ~/.gemrc
sudo gem install bundler pry bunny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment