diff options
| -rw-r--r-- | certbot.html | 2 |
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> |
