mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Fix ubuntu package name (#8654)
Since Ubuntu 18.04 there is python3-certbot-apache which should be the recommended version. The Debian package names should probably be updated accordingly.
This commit is contained in:
@@ -191,7 +191,7 @@ Optionally to install the Certbot Apache plugin, you can use:
|
|||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
sudo apt-get install python-certbot-apache
|
sudo apt-get install python3-certbot-apache
|
||||||
|
|
||||||
**Fedora**
|
**Fedora**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user