1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

What about using makedeb MPR instead...

This commit is contained in:
lapineige 2023-05-02 12:10:27 +02:00 committed by GitHub
parent 79596b3fed
commit 8047adf36b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,13 +52,13 @@ ynh_script_progression --message="Managing special dependencies..." --weight=1
# 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
ynh_install_extra_app_dependencies --repo="https://proget.makedeb.org prebuilt-mpr bullseye" --package="just" --key='https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub'
ynh_install_extra_app_dependencies --repo="https://proget.makedeb.org makedeb main" --package="makedeb" --key='https://proget.makedeb.org/debian-feeds/makedeb.pub' #ynh_install_extra_app_dependencies --repo="https://proget.makedeb.org makedeb main" --package="makedeb" --key='https://proget.makedeb.org/debian-feeds/makedeb.pub'
#git clone 'https://mpr.makedeb.org/just'
git clone 'https://mpr.makedeb.org/just' #cd just
cd just #makedeb -si
makedeb -si #cd ..
cd ..
ynh_script_progression --message="Configuring..." --weight=1 ynh_script_progression --message="Configuring..." --weight=1
ynh_exec_warn_less just config ynh_exec_warn_less just config