use latest ASDF instructions
This commit is contained in:
parent
41a4ed1db5
commit
93200a8073
2 changed files with 6 additions and 5 deletions
|
@ -559,6 +559,7 @@
|
||||||
email_blacklist: []
|
email_blacklist: []
|
||||||
|
|
||||||
config :oban_met, auto_start: false
|
config :oban_met, auto_start: false
|
||||||
|
|
||||||
config :pleroma, Oban,
|
config :pleroma, Oban,
|
||||||
repo: Pleroma.Repo,
|
repo: Pleroma.Repo,
|
||||||
log: false,
|
log: false,
|
||||||
|
|
|
@ -61,15 +61,15 @@ Next install Erlang:
|
||||||
```shell
|
```shell
|
||||||
asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
|
asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
|
||||||
export KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac"
|
export KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac"
|
||||||
asdf install erlang 26.2.5.4
|
asdf install erlang 27.2.4
|
||||||
asdf global erlang 26.2.5.4
|
asdf set erlang 27.2.4
|
||||||
```
|
```
|
||||||
|
|
||||||
Now install Elixir:
|
Now install Elixir:
|
||||||
```shell
|
```shell
|
||||||
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
|
asdf plugin add elixir https://github.com/asdf-vm/asdf-elixir.git
|
||||||
asdf install elixir 1.17.3-otp-26
|
asdf install elixir 1.18.2-otp-27
|
||||||
asdf global elixir 1.17.3-otp-26
|
asdf set elixir 1.18.2-otp-27
|
||||||
```
|
```
|
||||||
|
|
||||||
Confirm that Elixir is installed correctly by checking the version:
|
Confirm that Elixir is installed correctly by checking the version:
|
||||||
|
|
Loading…
Reference in a new issue