diff options
| author | JoseFabio El que Conoces <J053Fabi0@users.noreply.github.com> | 2021-07-13 10:02:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 10:02:17 -0600 |
| commit | aa01d444e9b0d5bf33af4c532766c5826ab68696 (patch) | |
| tree | af8bdc780ebb042f74c4f1dad4c758254d137481 | |
| parent | ce84b6c8f3bfbb3d9c443e51e1a996307a1792a6 (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.html | 2 |
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> |
