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

verbose debugging

This commit is contained in:
lapineige 2023-05-02 10:57:46 +02:00 committed by GitHub
parent 2463d303b1
commit 3d41e4c967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,8 @@ export MAKEDEB_RELEASE='makedeb' # for non interactive https://docs.makedeb.org/
ynh_exec_as $app -s $SHELL -c "$(wget -qO - 'https://shlink.makedeb.org/install')" # -c because -ci is for interractive environnement
git clone 'https://mpr.makedeb.org/just'
cd just
which makedeb
whereis makedeb
ynh_exec_as $app -s $SHELL makedeb -si
cd ..