kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
docs: add missing sudo prefix for apt
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2320>environments/review-docs-docs-z4phl1/deployments/16669
rodzic
d34a663b8c
commit
b848e96398
|
@ -366,8 +366,8 @@ To enable your users to connect to your pod securely, you need to set up {abbr}`
|
|||
1. Install certbot
|
||||
|
||||
```{code-block} sh
|
||||
apt-get update
|
||||
apt-get install certbot python3-certbot-nginx
|
||||
sudo apt-get update
|
||||
sudo apt-get install certbot python3-certbot-nginx
|
||||
```
|
||||
|
||||
2. Run certbot
|
||||
|
|
Ładowanie…
Reference in New Issue