docs: add missing sudo prefix for apt

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2320>
This commit is contained in:
jo 2023-01-17 15:50:57 +01:00 committed by Ciarán Ainsworth
parent d34a663b8c
commit b848e96398
1 changed files with 2 additions and 2 deletions

View File

@ -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