From cad850c31d0b9f72ea51e1e35c650ae6022c0731 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 17 Jan 2024 14:41:50 +0000 Subject: [PATCH] Let's try with mise... --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 9ca8cd6..24f37dc 100644 --- a/scripts/install +++ b/scripts/install @@ -60,6 +60,7 @@ 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 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"