Created
July 13, 2016 17:07
-
-
Save eliezerfot123/e6cee0f63e542a4aa8f57dc99dd3e147 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
Add these two lines to your /etc/apt/sources.list file: | |
deb http://packages.dotdeb.org jessie all | |
deb-src http://packages.dotdeb.org jessie all | |
Add the GPG key: | |
wget https://www.dotdeb.org/dotdeb.gpg | |
sudo apt-key add dotdeb.gpg | |
Install PHP 7: | |
sudo apt-get update | |
sudo apt-get install php7.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment