mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
fix rights for git command
This commit is contained in:
parent
b68d5b13db
commit
2463d303b1
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ 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
|
||||||
ynh_exec_as $app -s $SHELL git clone 'https://mpr.makedeb.org/just'
|
git clone 'https://mpr.makedeb.org/just'
|
||||||
ynh_exec_as $app -s $SHELL cd just
|
cd just
|
||||||
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