mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
yet another try
This commit is contained in:
parent
37d5bf4c5e
commit
b68d5b13db
1 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,9 @@ ynh_script_progression --message="Managing special dependencies..." --weight=1
|
||||||
export TERM=xterm
|
export TERM=xterm
|
||||||
export MAKEDEB_RELEASE='makedeb' # for non interactive https://docs.makedeb.org/installing/shell-script/#noninteractive-usage
|
export MAKEDEB_RELEASE='makedeb' # for non interactive https://docs.makedeb.org/installing/shell-script/#noninteractive-usage
|
||||||
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'
|
ynh_exec_as $app -s $SHELL git clone 'https://mpr.makedeb.org/just'
|
||||||
cd just
|
ynh_exec_as $app -s $SHELL cd just
|
||||||
makedeb -si
|
ynh_exec_as $app -s $SHELL makedeb -si
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
ynh_script_progression --message="Configuring..." --weight=1
|
ynh_script_progression --message="Configuring..." --weight=1
|
||||||
|
|
Loading…
Reference in a new issue