summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseFabio El que Conoces <J053Fabi0@users.noreply.github.com>2021-07-13 10:02:17 -0600
committerGitHub <noreply@github.com>2021-07-13 10:02:17 -0600
commitaa01d444e9b0d5bf33af4c532766c5826ab68696 (patch)
treeaf8bdc780ebb042f74c4f1dad4c758254d137481
parentce84b6c8f3bfbb3d9c443e51e1a996307a1792a6 (diff)
Update package to install to python3-certbot-nginx
https://stackoverflow.com/questions/64571233/e-package-python-certbot-nginx-has-no-installation-candidate
-rw-r--r--certbot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot.html b/certbot.html
index a4dc027..8897860 100644
--- a/certbot.html
+++ b/certbot.html
@@ -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>