Skip to content

Instantly share code, notes, and snippets.

@rxx
Created June 9, 2017 07:40
Show Gist options
  • Save rxx/77ea0717bcb734089622574a5cbf2c43 to your computer and use it in GitHub Desktop.
Save rxx/77ea0717bcb734089622574a5cbf2c43 to your computer and use it in GitHub Desktop.
Rbenv install ruby 2.2.2 in ArchLinux with patched SSLv3 and OpenSSL 1.0 without RDoc
curl -fsSL https://gist.github.com/mislav/055441129184a1512bb5.txt | RUBY_CONFIGURE_OPTS="--disable-install-doc" PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig rbenv install --patch 2.2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment