From 631c88b209cfb33b6147032e7fda9d2a2f2a8d66 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 9 Oct 2020 12:44:09 -0700 Subject: [PATCH] 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. --- certbot/docs/install.rst | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/certbot/docs/install.rst b/certbot/docs/install.rst index 3be648f25..c1d8cc403 100644 --- a/certbot/docs/install.rst +++ b/certbot/docs/install.rst @@ -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