From d8d4f9fbe9028be335f7e18ede68bb9ed8e42d2c Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 20 Jan 2024 23:25:44 +0100 Subject: [PATCH] remove debug --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 81651a5..d3f5b3f 100644 --- a/scripts/install +++ b/scripts/install @@ -65,7 +65,6 @@ 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"