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