diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-05-16 13:11:17 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-05-16 13:11:17 -0500 |
commit | ebb04821161e4377f311af7192168e2c01e8c1bb (patch) | |
tree | 37995ccda7c4351653de56db4593b877a443fde0 /docs/installation/debian_based_en.md | |
parent | f168a1cbdc318ffaa2d8bc9fb561eb3dfdfb89d9 (diff) | |
parent | fde30aee43edd50a40dd4bfdc0008f5395dfc751 (diff) | |
download | pleroma-ebb04821161e4377f311af7192168e2c01e8c1bb.tar.gz |
Merge branch 'develop' into conversations-import
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r-- | docs/installation/debian_based_en.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md index 9613a329b..9c0ef92d4 100644 --- a/docs/installation/debian_based_en.md +++ b/docs/installation/debian_based_en.md @@ -12,6 +12,7 @@ This guide will assume you are on Debian Stretch. This guide should also work wi * `erlang-tools` * `erlang-parsetools` * `erlang-eldap`, if you want to enable ldap authenticator +* `erlang-ssh` * `erlang-xmerl` * `git` * `build-essential` @@ -49,7 +50,7 @@ sudo dpkg -i /tmp/erlang-solutions_1.0_all.deb ```shell sudo apt update -sudo apt install elixir erlang-dev erlang-parsetools erlang-xmerl erlang-tools +sudo apt install elixir erlang-dev erlang-parsetools erlang-xmerl erlang-tools erlang-ssh ``` ### Install PleromaBE |