diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-05-16 17:54:24 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-05-16 17:54:24 +0700 |
commit | fc7246d7159a97a8b9bb878e848db6f8ac0df988 (patch) | |
tree | 7d03e1bc53e376eb21c68a8b543cb06de246d4b7 /docs/installation/debian_based_en.md | |
parent | a7a8f3bc2c3bb748f060812751a88873401354dd (diff) | |
parent | a2771869a3b9851edea4961314c7944f3823f754 (diff) | |
download | pleroma-fc7246d7159a97a8b9bb878e848db6f8ac0df988.tar.gz |
Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists
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 |