mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
export no docker option
This commit is contained in:
parent
66b3a14857
commit
44a4762f61
1 changed files with 2 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.
|
# 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
|
||||||
|
|
||||||
|
# only works for x86, we need to switch to the other option with makedeb package ?
|
||||||
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 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'
|
||||||
|
@ -61,6 +62,7 @@ ynh_install_extra_app_dependencies --repo="https://proget.makedeb.org prebuilt-m
|
||||||
#cd ..
|
#cd ..
|
||||||
|
|
||||||
ynh_script_progression --message="Configuring..." --weight=1
|
ynh_script_progression --message="Configuring..." --weight=1
|
||||||
|
export WITH_DOCKER=no # or source .env ?
|
||||||
ynh_exec_warn_less just config
|
ynh_exec_warn_less just config
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue