From d4dab59b7b049de0e6123254302dcce5a2203249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:20:57 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7d20c5f..dd61b7e 100644 --- a/scripts/install +++ b/scripts/install @@ -82,7 +82,7 @@ pushd $install_dir ynh_use_nodejs env $ynh_node_load_PATH corepack enable env $ynh_node_load_PATH corepack prepare pnpm@latest --activate - env $ynh_node_load_PATH ETHERPAD_PRODUCTION=true bin/installDeps.sh + env $ynh_node_load_PATH ETHERPAD_PRODUCTION=true COREPACK_ENABLE_DOWNLOAD_PROMPT=0 bin/installDeps.sh #ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install --recursive --production popd