Skip to content

Instantly share code, notes, and snippets.

@mppatterson
Created October 10, 2014 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mppatterson/68f694ff5f5ef3279300 to your computer and use it in GitHub Desktop.
Save mppatterson/68f694ff5f5ef3279300 to your computer and use it in GitHub Desktop.
Install Ruby MySQL Gem Requirements on Ubuntu
#! /bin/bash
apt-get install mysql-server libmysql-ruby libmysqlclient-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment