Created
December 22, 2015 10:46
-
-
Save hitapia/6cfcc16b73c155fefa61 to your computer and use it in GitHub Desktop.
php7 install - UBUNTU
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
| sudo apt-get install python-software-properties | |
| sudo add-apt-repository ppa:ondrej/php-7.0 | |
| sudo apt-get update | |
| sudo apt-get install -y php7.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment