Skip to content

Instantly share code, notes, and snippets.

View frenci8's full-sized avatar

Frenci Rakipi frenci8

  • 16:09 (UTC +02:00)
View GitHub Profile
@frenci8
frenci8 / install.sh
Last active August 29, 2015 14:26 — forked from stayallive/install.sh
Install PHP 5.5.23 on Plesk 11.5 and 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