From ae4fc56755fb6eee380cbe3c1328a78c919be55f Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 3 May 2023 14:17:04 +0200 Subject: [PATCH] terminfo debug --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index 534cb90..30e8011 100644 --- a/scripts/install +++ b/scripts/install @@ -84,6 +84,10 @@ ynh_exec_warn cat .env # Building the release #================================================= ynh_script_progression --message="Building Bonfire release..." --weight=1 +ynh_exec_warn $(env | grep TERM) +ynh_exec_warn wheris terminfo +export TERM=linux +export TERMINFO=/etc/terminfo ynh_exec_warn just rel-build # node needs (root) access to /usr/local/lib/node_modules ynh_exec_warn ls _build