1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Update install

let's assume `jq` is installed as in standard debian...
This commit is contained in:
DDATAA 2022-11-24 10:21:31 +00:00 committed by GitHub
parent 1b77aff972
commit 7e4d59ea94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,9 +83,6 @@ 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
# 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
#================================================= #=================================================