From 93200a80731595c94d4b308907cf300aac15896c Mon Sep 17 00:00:00 2001 From: Floatingghost Date: Sun, 2 Mar 2025 13:36:14 +0000 Subject: [PATCH] use latest ASDF instructions --- config/config.exs | 1 + docs/docs/installation/debian_based_en.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/config.exs b/config/config.exs index f19f6fa76..e60b2db3a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -559,6 +559,7 @@ email_blacklist: [] config :oban_met, auto_start: false + config :pleroma, Oban, repo: Pleroma.Repo, log: false, diff --git a/docs/docs/installation/debian_based_en.md b/docs/docs/installation/debian_based_en.md index 442849e69..ba9ee3bd4 100644 --- a/docs/docs/installation/debian_based_en.md +++ b/docs/docs/installation/debian_based_en.md @@ -61,15 +61,15 @@ Next install Erlang: ```shell asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git export KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac" -asdf install erlang 26.2.5.4 -asdf global erlang 26.2.5.4 +asdf install erlang 27.2.4 +asdf set erlang 27.2.4 ``` Now install Elixir: ```shell -asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git -asdf install elixir 1.17.3-otp-26 -asdf global elixir 1.17.3-otp-26 +asdf plugin add elixir https://github.com/asdf-vm/asdf-elixir.git +asdf install elixir 1.18.2-otp-27 +asdf set elixir 1.18.2-otp-27 ``` Confirm that Elixir is installed correctly by checking the version: