From 30b41cba8a5b7915f835b2279e918cafab0f3372 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 20 Jan 2024 23:34:11 +0100 Subject: [PATCH] back to normal Elixir 13 --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4c75171..bb7473a 100644 --- a/scripts/install +++ b/scripts/install @@ -65,8 +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 "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"