diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-05-28 19:32:56 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-05-28 19:32:56 +0400 |
commit | 800e62405855af673328278ce08e9b1c5cb0602f (patch) | |
tree | 514d9da57d4f86dd390231852cea3509d7d92bb3 /docs/installation/debian_based_jp.md | |
parent | 089d72d2e6bb1f3c3674162c5c9a7c4988241358 (diff) | |
download | pleroma-800e62405855af673328278ce08e9b1c5cb0602f.tar.gz pleroma-800e62405855af673328278ce08e9b1c5cb0602f.zip |
Update installation guides
Diffstat (limited to 'docs/installation/debian_based_jp.md')
-rw-r--r-- | docs/installation/debian_based_jp.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md index a3c4621d8..1e5a9be91 100644 --- a/docs/installation/debian_based_jp.md +++ b/docs/installation/debian_based_jp.md @@ -40,8 +40,8 @@ sudo apt install git build-essential postgresql postgresql-contrib * Erlangのリポジトリをダウンロードおよびインストールします。 ``` -wget -P /tmp/ https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb -sudo dpkg -i /tmp/erlang-solutions_1.0_all.deb +wget -P /tmp/ https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb +sudo dpkg -i /tmp/erlang-solutions_2.0_all.deb ``` * ElixirとErlangをインストールします、 |