diff options
| author | JoseFabio El que Conoces <J053Fabi0@users.noreply.github.com> | 2021-07-13 10:42:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 10:42:01 -0600 |
| commit | e4324064a18ccdf97051dd8599baf184513ced92 (patch) | |
| tree | ccfbd5af42d016a3c29382aae7cb0ef045726e11 /certbot.html | |
| parent | aa01d444e9b0d5bf33af4c532766c5826ab68696 (diff) | |
Change apt-get to apt
Diffstat (limited to 'certbot.html')
| -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> |
