Skip to content

Instantly share code, notes, and snippets.

@ssmythe
Last active September 3, 2015 23:15
Show Gist options
  • Save ssmythe/d9700659ad714832ee32 to your computer and use it in GitHub Desktop.
Save ssmythe/d9700659ad714832ee32 to your computer and use it in GitHub Desktop.
install RVM CentOS6 dependencies
#!/bin/bash
yum -y groupinstall development
yum -y install libyaml-devel libffi-devel readline-devel zlib-devel openssl-devel sqlite-devel autoconf automake libtool bison
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment