Created
January 3, 2016 00:24
-
-
Save seventhskye/a6dd73e1e0c1ca514fa2 to your computer and use it in GitHub Desktop.
A shell script to install nokogiri prequistes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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