Skip to content

Instantly share code, notes, and snippets.

View stefanopascazi's full-sized avatar

Stefano stefanopascazi

View GitHub Profile
@stayallive
stayallive / install.sh
Last active February 10, 2022 09:36
Install PHP 5.4.39 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