Resolve "Provide docs to help with migration Debian 10 -> 11"

This commit is contained in:
Ciarán Ainsworth 2022-07-27 18:18:29 +00:00
commit 01c978cdcf
4 changed files with 26 additions and 3 deletions

View file

@ -15,11 +15,11 @@ We support [Debian](https://debian.org) and Debian-based Linux distributions. Fo
export FUNKWHALE_VERSION={sub-ref}`version`
```
- Install `curl` and `unzip` - utilities used later.
- Install `curl`
```{code} bash
sudo apt update # update apt cache
sudo apt install curl unzip
sudo apt install curl
```
## 1. Install Funkwhale dependencies