Skip to content

Instantly share code, notes, and snippets.

@LewisWBPD
LewisWBPD / install-php-71.sh
Last active December 12, 2017 12:47 — forked from mavieth/install-php-7.sh
Upgrading to PHP 7.1
#!/bin/bash
echo "==============================="
echo "Updating repos"
echo "==============================="
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
echo "==============================="
echo "Updating AMI"