mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
typo
This commit is contained in:
parent
94acbad4ed
commit
003925059e
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +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
|
||||
echo $(ynh_exec_as $app -s $SHELL -c which makedeb)
|
||||
echo $(ynh_exec_as $app -s $SHELL -c whereis makedeb)
|
||||
echo $(ynh_exec_as $app -s $SHELL -c "which makedeb")
|
||||
echo $(ynh_exec_as $app -s $SHELL -c "whereis makedeb")
|
||||
ynh_exec_as $app -s $SHELL makedeb -si
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue