This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setup Versions | |
ERLANG_VERSION=27.3.4 | |
ELIXIR_VERSION=1.18.3 | |
# Setup asdf | |
go install github.com/asdf-vm/asdf/cmd/[email protected] | |
asdf plugin add erlang https://github.com/michallepicki/asdf-erlang-prebuilt-ubuntu-24.04.git || true | |
asdf plugin add elixir | |
asdf install erlang $ERLANG_VERSION |