mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update install
to be safe install jq as a dependency
This commit is contained in:
parent
567de57a6d
commit
1b77aff972
1 changed files with 3 additions and 1 deletions
|
@ -82,7 +82,9 @@ fi
|
||||||
ynh_script_progression --message="Installing dependencies..." --weight=20
|
ynh_script_progression --message="Installing dependencies..." --weight=20
|
||||||
|
|
||||||
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
||||||
ynh_package_install jq
|
|
||||||
|
# WE NEED jq TO REWRITE ssowat conf because of core bug trailing slash with sandbox domain
|
||||||
|
ynh_install_app_dependencies --package=jq
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
|
|
Loading…
Add table
Reference in a new issue