From b52eab21140f051ae4a5f0348b979dce66be49af Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:08:55 +0200 Subject: [PATCH] Update etherpad-install.sh --- install/etherpad-install.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/install/etherpad-install.sh b/install/etherpad-install.sh index 53cae8d25..676c02bd6 100755 --- a/install/etherpad-install.sh +++ b/install/etherpad-install.sh @@ -20,16 +20,11 @@ $STD apt install -y \ libsqlite3-dev msg_ok "Installed Dependencies" -NODE_VERSION="24" setup_nodejs - -msg_info "Enabling pnpm via corepack" -export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 -$STD corepack enable -msg_ok "Enabled pnpm" - +NODE_VERSION="24" NODE_MODULE="corepack" setup_nodejs fetch_and_deploy_gh_release "etherpad-lite" "ether/etherpad" "tarball" msg_info "Building Etherpad" +export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 cd /opt/etherpad-lite $STD pnpm install --frozen-lockfile $STD pnpm run build:etherpad