From 6a233d2659e0c159660641f6653ec636ca4a0356 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:55:42 +0100 Subject: [PATCH] Update domain-locker installation script for corepack --- install/domain-locker-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/domain-locker-install.sh b/install/domain-locker-install.sh index da6c74172..07e7dc5e5 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -21,8 +21,8 @@ fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker" msg_info "Building Domain-Locker" cd /opt/domain-locker -corepack enable -yarn install --immutable +$STD corepack enable --force +$STD yarn install --immutable export NODE_OPTIONS="--max-old-space-size=1024" cat </opt/domain-locker.env # Database connection @@ -36,7 +36,7 @@ DL_PG_NAME=$PG_DB_NAME DL_ENV_TYPE=selfHosted NITRO_PRESET=node_server EOF -yarn build +$STD yarn build msg_info "Built Domain-Locker" msg_info "Creating Service"