summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_jp.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-05-18 13:37:38 +0300
committerrinpatch <rinpatch@sdf.org>2019-05-18 13:37:38 +0300
commit5ece901af3e887664653c79c5e61618cc5cf0ecf (patch)
tree93fc7c3bdb70348d5ef91fa9f7db3293b17f9854 /docs/installation/debian_based_jp.md
parentfd920c897339b9cedea042dd6698d14380cedae7 (diff)
parent8e9a764dfcde315afd055c8e63543bfca24cc41b (diff)
downloadpleroma-5ece901af3e887664653c79c5e61618cc5cf0ecf.tar.gz
pleroma-5ece901af3e887664653c79c5e61618cc5cf0ecf.zip
Resolve merge conflicts and remove IO.inspects
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 (バックエンド) をインストールします