Skip to content

Instantly share code, notes, and snippets.

@seventhskye
Created January 3, 2016 00:24
Show Gist options
  • Save seventhskye/a6dd73e1e0c1ca514fa2 to your computer and use it in GitHub Desktop.
Save seventhskye/a6dd73e1e0c1ca514fa2 to your computer and use it in GitHub Desktop.
A shell script to install nokogiri prequistes.
#!/bin/bash
sudo yum install -y gcc libxml2 libxml2-devel libxslt libxslt-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment