diff options
author | kaniini <nenolod@gmail.com> | 2019-05-16 05:03:37 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-05-16 05:03:37 +0000 |
commit | a2771869a3b9851edea4961314c7944f3823f754 (patch) | |
tree | ef8762ac461217732e20d4f2d3e908d8c771b51d /docs/installation/debian_based_en.md | |
parent | 2180136039593f5f6cbe7802c4767b75b3292545 (diff) | |
parent | 0ae15c23061413cb2b67d2be462742dccae01fb4 (diff) | |
download | pleroma-a2771869a3b9851edea4961314c7944f3823f754.tar.gz pleroma-a2771869a3b9851edea4961314c7944f3823f754.zip |
Merge branch 'docs/update_debian_instructions' into 'develop'
Added package to dependency list documentation
See merge request pleroma/pleroma!1161
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 |