Update package to install to python3-certbot-nginx

https://stackoverflow.com/questions/64571233/e-package-python-certbot-nginx-has-no-installation-candidate
This commit is contained in:
JoseFabio El que Conoces 2021-07-13 10:02:17 -06:00 committed by GitHub
parent ce84b6c8f3
commit aa01d444e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<p>Just run:</p>
<pre><code>apt install python-certbot-nginx</code></pre>
<pre><code>apt-get install python3-certbot-nginx</code></pre>
<p>And this will install <code>certbot</code> and its module for <code>nginx</code>.</p>