1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

terminfo debug

This commit is contained in:
lapineige 2023-05-03 14:17:04 +02:00 committed by GitHub
parent 2974d0ec68
commit ae4fc56755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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