mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
another try
This commit is contained in:
parent
6e74191423
commit
0b9e850c71
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ ynh_script_progression --message="Managing special dependencies..." --weight=1
|
|||
|
||||
export TERM=xterm
|
||||
export MAKEDEB_RELEASE='makedeb' # for non interactive https://docs.makedeb.org/installing/shell-script/#noninteractive-usage
|
||||
bash -c "$(wget -qO - 'https://shlink.makedeb.org/install')" # -c because -ci is for interractive environnement
|
||||
ynh_exec_as $app -s $SHELL bash -c "$(wget -qO - 'https://shlink.makedeb.org/install')" # -c because -ci is for interractive environnement
|
||||
git clone 'https://mpr.makedeb.org/just'
|
||||
cd just
|
||||
makedeb -si
|
||||
makedeb -si
|
||||
cd ..
|
||||
|
||||
ynh_script_progression --message="Configuring..." --weight=1
|
||||
|
|
Loading…
Reference in a new issue