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:
parent
2463d303b1
commit
3d41e4c967
1 changed files with 2 additions and 0 deletions
|
@ -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
|
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'
|
git clone 'https://mpr.makedeb.org/just'
|
||||||
cd just
|
cd just
|
||||||
|
which makedeb
|
||||||
|
whereis makedeb
|
||||||
ynh_exec_as $app -s $SHELL makedeb -si
|
ynh_exec_as $app -s $SHELL makedeb -si
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue