docs: add missing sudo prefix for apt
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2320>
This commit is contained in:
parent
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
|
1. Install certbot
|
||||||
|
|
||||||
```{code-block} sh
|
```{code-block} sh
|
||||||
apt-get update
|
sudo apt-get update
|
||||||
apt-get install certbot python3-certbot-nginx
|
sudo apt-get install certbot python3-certbot-nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run certbot
|
2. Run certbot
|
||||||
|
|
Loading…
Reference in New Issue