Skip to content

Instantly share code, notes, and snippets.

@ellisio
Created September 14, 2015 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ellisio/f21230814b2f3588896f to your computer and use it in GitHub Desktop.
Save ellisio/f21230814b2f3588896f to your computer and use it in GitHub Desktop.
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