diff options
author | href <href@random.sh> | 2020-06-16 15:11:45 +0200 |
---|---|---|
committer | href <href@random.sh> | 2020-06-16 15:27:27 +0200 |
commit | f124f6820582d50be83ba7a1709b14ce8ee1abcc (patch) | |
tree | b263c9f9c957e4502695a648dd4b2bd5dd951fea /docs/installation/otp_en.md | |
parent | ec1452fd1cdb9cb1db9b8bad872916d3213489e2 (diff) | |
download | pleroma-f124f6820582d50be83ba7a1709b14ce8ee1abcc.tar.gz pleroma-f124f6820582d50be83ba7a1709b14ce8ee1abcc.zip |
Switch from gen_magic to majic, use Majic.Plug, remove Pleroma.MIME
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r-- | docs/installation/otp_en.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index 0cad29bc8..e086cc1c4 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -32,11 +32,11 @@ Other than things bundled in the OTP release Pleroma depends on: ```sh tab="Alpine" echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories apk update -apk add curl unzip ncurses postgresql postgresql-contrib nginx certbot libmagic +apk add curl unzip ncurses postgresql postgresql-contrib nginx certbot file-dev ``` ```sh tab="Debian/Ubuntu" -apt install curl unzip libncurses5 postgresql postgresql-contrib nginx certbot libmagic +apt install curl unzip libncurses5 postgresql postgresql-contrib nginx certbot libmagic-dev ``` ## Setup |