Merge branch 'fix/debian-install-libmagic-typo' into 'develop'

Debian installation guide: fix libmagic header package name

See merge request pleroma/pleroma!3154
This commit is contained in:
rinpatch 2020-11-17 13:24:01 +00:00
commit 9b9afe6b3f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ sudo apt full-upgrade
* Install some of the above mentioned programs:
```shell
sudo apt install git build-essential postgresql postgresql-contrib cmake libmagic-devel
sudo apt install git build-essential postgresql postgresql-contrib cmake libmagic-dev
```
### Install Elixir and Erlang