Skip to content

Instantly share code, notes, and snippets.

View gdhnz's full-sized avatar

Geoffrey gdhnz

View GitHub Profile
@gdhnz
gdhnz / install.sh
Last active August 29, 2015 14:12 — forked from stayallive/install.sh
#!/bin/bash
# Make sure you are up to date
yum -y update && yum -y install wget
# Install EPEL repository
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# Get us a clean working directory
mkdir /php