Skip to content

Commit 0811b27

Browse files
mayanxoninhooyr
authored andcommitted
docs: Update nginx certbot to use python3 #2439
1 parent 60c270a commit 0811b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ If you prefer to use NGINX instead of Caddy then please follow steps 1-2 above a
215215

216216
```bash
217217
sudo apt update
218-
sudo apt install -y nginx certbot python-certbot-nginx
218+
sudo apt install -y nginx certbot python3-certbot-nginx
219219
```
220220

221221
4. Put the following config into `/etc/nginx/sites-available/code-server` with sudo:

0 commit comments

Comments
 (0)