From 0dc7c9e7afce6487fea776259db9279c875cfc1d Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 20 Jan 2024 23:01:50 +0100 Subject: [PATCH] debug : erlang version --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index d3f5b3f..81651a5 100644 --- a/scripts/install +++ b/scripts/install @@ -65,6 +65,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 ynh_exec_as $app -s $SHELL -lc "erl -s halt" 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"