summaryrefslogtreecommitdiff
path: root/certbot.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-07-13 15:34:11 -0400
committerGitHub <noreply@github.com>2021-07-13 15:34:11 -0400
commit869aa0b910f5616a47b5a418222fdc2c82ddbb6c (patch)
tree8ec244c65e1dacacdfd2663dae20789589b5ecaf /certbot.html
parent420bf720da6ba30018baf4a7b292581e902cb1b0 (diff)
parente4324064a18ccdf97051dd8599baf184513ced92 (diff)
Merge pull request #78 from J053Fabi0/patch-1
Update package to install to python3-certbot-nginx
Diffstat (limited to 'certbot.html')
-rw-r--r--certbot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot.html b/certbot.html
index a4dc027..f632b98 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 install python3-certbot-nginx</code></pre>
<p>And this will install <code>certbot</code> and its module for <code>nginx</code>.</p>