mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
Install just
This commit is contained in:
parent
f6d514fb17
commit
8f63173955
1 changed files with 9 additions and 0 deletions
|
@ -48,6 +48,15 @@ chown $app:$app "$install_dir/.env"
|
||||||
# Configuration files
|
# Configuration files
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
|
### Add just dependancy
|
||||||
|
# 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
|
||||||
|
|
||||||
|
git clone 'https://mpr.makedeb.org/just'
|
||||||
|
cd just
|
||||||
|
makedeb -si
|
||||||
|
cd ..
|
||||||
|
|
||||||
ynh_exec_warn_less just config
|
ynh_exec_warn_less just config
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue