Last active
August 28, 2018 11:35
-
-
Save ab-budaev/7a23b4358be47247276d27230ee226ae to your computer and use it in GitHub Desktop.
How to add PHP repository to Debian Jessie
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 wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg | |
sudo echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list | |
sudo su -c "echo 'deb https://packages.sury.org/php/ $(lsb_release -sc) main' > /etc/apt/sources.list.d/php.list" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment