mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04: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:
parent
3d0dad8718
commit
cf062f4c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ Optionally to install the Certbot Apache plugin, you can use:
|
|||
|
||||
.. code-block:: shell
|
||||
|
||||
sudo apt-get install python-certbot-apache
|
||||
sudo apt-get install python3-certbot-apache
|
||||
|
||||
**Fedora**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue