From 46a5b47a9945b99f7f0b3a2945fcb47ffccdd4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 21 Jun 2023 19:26:59 +0200 Subject: [PATCH] fix --- manifest.toml | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index b4b2a83..cee3f43 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,7 +20,7 @@ code = "https://github.com/Chocobozzz/PeerTube" yunohost = ">= 11.1.21" architectures = "all" multi_instance = false -ldap = false +ldap = true sso = false disk = "50M" ram.build = "50M" diff --git a/scripts/upgrade b/scripts/upgrade index 45542fb..ebb61a4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -84,7 +84,7 @@ chown -R $app:www-data "$install_dir" #================================================= ynh_script_progression --message="Upgrading dependencies..." -ynh_exec_warn_less ynh_install_apps --apps="$app_dependencies" +#ynh_exec_warn_less ynh_install_apps --apps="$app_dependencies" ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version #=================================================