1
0
Fork 0
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:
lapineige 2023-05-02 10:19:31 +02:00 committed by GitHub
parent 0b9e850c71
commit 37d5bf4c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ 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 bash -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
makedeb -si makedeb -si