mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
add makedeb dependency
This commit is contained in:
parent
8f63173955
commit
1f3b7bd1a5
1 changed files with 2 additions and 1 deletions
|
@ -48,10 +48,11 @@ chown $app:$app "$install_dir/.env"
|
||||||
# Configuration files
|
# Configuration files
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
### Add just dependancy
|
### Add just dependency
|
||||||
# TODO : this is unsafe and should be dealt with in a better way.
|
# 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
|
# There is currently no proper way to install it simply on Debian 11 https://github.com/casey/just#packages
|
||||||
|
|
||||||
|
bash -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue