Created
September 14, 2015 19:33
-
-
Save ellisio/f21230814b2f3588896f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "deb http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu trusty main" > /etc/apt/sources.list.d/ondrej-php5-5_6-trusty.list | |
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C >/dev/null 2>&1 | |
apt-get update -y | |
apt-get install -y php5-curl php5-mongo php5-mcrypt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment