Skip to content

Instantly share code, notes, and snippets.

@Radostin
Radostin / install.sh
Last active August 29, 2015 14:26 — forked from stayallive/install.sh
Install PHP 5.6.7 on Plesk 11.5 & 12 (CentOS 6)
#!/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