Remove PPA instructions from docs. (#8364)

We're doing what we can to keep the PPA working in the most basic sense, but it is essentially deprecated and new users should not use it.
This commit is contained in:
Brad Warren
2020-10-09 12:44:09 -07:00
committed by GitHub
parent 6a093bd35a
commit 631c88b209
+1 -12
View File
@@ -248,18 +248,7 @@ replacing ``certbot`` with the name of the desired package.
**Ubuntu**
If you run Ubuntu Trusty, Xenial, or Bionic, certbot is available through the official PPA,
that can be installed as followed:
.. code-block:: shell
sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository universe
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
Then, certbot can be installed using:
If you run Ubuntu, certbot can be installed using:
.. code-block:: shell