Skip to content

Instantly share code, notes, and snippets.

@cdtweb
Created February 22, 2017 22:17
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 cdtweb/df2069f0b64d7b938a28c1700a6e8bf9 to your computer and use it in GitHub Desktop.
Save cdtweb/df2069f0b64d7b938a28c1700a6e8bf9 to your computer and use it in GitHub Desktop.
Ubuntu PHP 7.1 Installer
#!/bin/bash
# Works with Ubuntu 14.04 - 16.10:
# See https://launchpad.net/~ondrej/+archive/ubuntu/php for more information
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment