logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 9b9afe6b3fde77ef005629fe2d198160c8f465a1
parent c7536f16cb5c480a688a7962cff4550c3504d5b9
Author: rinpatch <rinpatch@sdf.org>
Date:   Tue, 17 Nov 2020 13:24:01 +0000

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

Debian installation guide: fix libmagic header package name

See merge request pleroma/pleroma!3154

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