mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
another makedeb fix
This commit is contained in:
parent
90cfbe4d51
commit
6e74191423
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ ynh_script_progression --message="Managing special dependencies..." --weight=1
|
|||
# TODO : this is unsafe and should be dealt with in a better way.
|
||||
# There is currently no proper way to install it simply on Debian 11 https://github.com/casey/just#packages
|
||||
|
||||
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
|
||||
git clone 'https://mpr.makedeb.org/just'
|
||||
|
|
Loading…
Reference in a new issue