From 3df4bc5ce0749463cb5de988182d099303b3505e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:30:54 +0200 Subject: [PATCH] fix --- scripts/install | 1 + scripts/remove | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0c96be6..1cd8024 100644 --- a/scripts/install +++ b/scripts/install @@ -75,6 +75,7 @@ ynh_script_progression --message="Installing $app..." --weight=10 pushd $install_dir ynh_use_nodejs + npm install pnpm -g ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH ETHERPAD_PRODUCTION=true bin/installDeps.sh popd diff --git a/scripts/remove b/scripts/remove index 3979e6d..038f1fd 100644 --- a/scripts/remove +++ b/scripts/remove @@ -16,7 +16,6 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Removing system configurations related to $app..." --weight=1 -# Remove the service from the list of services known by YunoHost (added from `yunohost service add`) if ynh_exec_warn_less yunohost service status $app >/dev/null then ynh_script_progression --message="Removing $app service integration..." --weight=2