logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: f711a419333084e09ad823cf7ed979afe9b595a7
parent c7536f16cb5c480a688a7962cff4550c3504d5b9
Author: rinpatch <rinpatch@sdf.org>
Date:   Tue, 17 Nov 2020 16:11:37 +0300

Debian installation guide: fix libmagic header package name

It's libmagic-dev in both Ubuntu and Debian.

Reported in private by NaiJi.

Diffstat:

Mdocs/installation/debian_based_en.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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