Skip to content

Commit

Permalink
Remove PPA instructions from docs. (certbot#8364)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bmw authored Oct 9, 2020
1 parent 6a093bd commit 631c88b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions certbot/docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 631c88b

Please sign in to comment.