summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseFabio El que Conoces <J053Fabi0@users.noreply.github.com>2021-07-13 10:42:01 -0600
committerGitHub <noreply@github.com>2021-07-13 10:42:01 -0600
commite4324064a18ccdf97051dd8599baf184513ced92 (patch)
treeccfbd5af42d016a3c29382aae7cb0ef045726e11
parentaa01d444e9b0d5bf33af4c532766c5826ab68696 (diff)
Change apt-get to apt
-rw-r--r--certbot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot.html b/certbot.html
index 8897860..f632b98 100644
--- a/certbot.html
+++ b/certbot.html
@@ -41,7 +41,7 @@
<p>Just run:</p>
- <pre><code>apt-get install python3-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>