summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_jp.md
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2019-05-16 13:11:17 -0500
committerMark Felder <feld@FreeBSD.org>2019-05-16 13:11:17 -0500
commitebb04821161e4377f311af7192168e2c01e8c1bb (patch)
tree37995ccda7c4351653de56db4593b877a443fde0 /docs/installation/debian_based_jp.md
parentf168a1cbdc318ffaa2d8bc9fb561eb3dfdfb89d9 (diff)
parentfde30aee43edd50a40dd4bfdc0008f5395dfc751 (diff)
downloadpleroma-ebb04821161e4377f311af7192168e2c01e8c1bb.tar.gz
pleroma-ebb04821161e4377f311af7192168e2c01e8c1bb.zip
Merge branch 'develop' into conversations-import
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 (バックエンド) をインストールします