1
0
Fork 0
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:
lapineige 2023-05-01 17:52:00 +02:00 committed by GitHub
parent f6d514fb17
commit 8f63173955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#================================================= #=================================================