diff options
author | rinpatch <rinpatch@sdf.org> | 2020-11-17 16:11:37 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-11-17 16:11:37 +0300 |
commit | f711a419333084e09ad823cf7ed979afe9b595a7 (patch) | |
tree | 1ccd0fd29e4328476a3d583dff40706011a6e33a /docs/installation | |
parent | c7536f16cb5c480a688a7962cff4550c3504d5b9 (diff) | |
download | pleroma-f711a419333084e09ad823cf7ed979afe9b595a7.tar.gz pleroma-f711a419333084e09ad823cf7ed979afe9b595a7.zip |
Debian installation guide: fix libmagic header package name
It's libmagic-dev in both Ubuntu and Debian.
Reported in private by NaiJi.
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/debian_based_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md index 75ceb6595..2b1c7406f 100644 --- a/docs/installation/debian_based_en.md +++ b/docs/installation/debian_based_en.md @@ -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 |