From 28784be3fdc9754f7b0c4ea102f72d47a6f59bd3 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 20 Jan 2024 23:31:40 +0100 Subject: [PATCH] add mise + erlang pluging --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index d3f5b3f..4c75171 100644 --- a/scripts/install +++ b/scripts/install @@ -65,6 +65,8 @@ export WITH_DOCKER=no # or source .env ? # Using this for now ynh_script_progression --message="Configuring Bonfire release..." --weight=1 cd $install_dir +ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "mise plugin add erlang https://github.com/asdf-vm/asdf-erlang.git" # add erlang as source +ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "mise install" # install Elixir ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no mix local.hex --force" # install Hex in non-interractive way ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no just config-basic" #ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no just mix bonfire.deps .update"