aboutsummaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_jp.md
diff options
context:
space:
mode:
authorAlex S <alex.strizhakov@gmail.com>2019-05-16 12:54:06 +0700
committerAlex S <alex.strizhakov@gmail.com>2019-05-16 12:54:06 +0700
commit9d14214eb921b0900b16d018d60c899a1b5d9154 (patch)
tree1e1b5d3f14b1f0eaab72f3033b59335f5cf9e475 /docs/installation/debian_based_jp.md
parentaa11fa4864bf6ebdd4acfdba837675abbdcffc83 (diff)
parenta2771869a3b9851edea4961314c7944f3823f754 (diff)
downloadpleroma-9d14214eb921b0900b16d018d60c899a1b5d9154.tar.gz
Merge branch 'develop' into feature/890-add-report-uri
Diffstat (limited to 'docs/installation/debian_based_jp.md')
-rw-r--r--docs/installation/debian_based_jp.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md
index ac5dcaaee..41cce6792 100644
--- a/docs/installation/debian_based_jp.md
+++ b/docs/installation/debian_based_jp.md
@@ -14,6 +14,7 @@
- erlang-dev
- erlang-tools
- erlang-parsetools
+- erlang-ssh
- erlang-xmerl (Jessieではバックポートからインストールすること!)
- git
- build-essential
@@ -44,7 +45,7 @@ wget -P /tmp/ https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
* ElixirとErlangをインストールします、
```
-apt update && apt install elixir erlang-dev erlang-parsetools erlang-xmerl erlang-tools
+apt update && apt install elixir erlang-dev erlang-parsetools erlang-xmerl erlang-tools erlang-ssh
```
### Pleroma BE (バックエンド) をインストールします