From 189b8569c4b3ebe1495d4545dca43df1ea4a5dcd Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:13:20 +0100 Subject: [PATCH] Update domain-locker.sh --- ct/domain-locker.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ct/domain-locker.sh b/ct/domain-locker.sh index fc8badb34..b739ab6d7 100644 --- a/ct/domain-locker.sh +++ b/ct/domain-locker.sh @@ -35,12 +35,15 @@ function update_script() { PG_VERSION="17" setup_postgresql setup_nodejs - fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker" - msg_info "Building Domain-Locker" + msg_info "Installing Modules (patience)" cd /opt/domain-locker - npm install --legacy-peer-deps - export NODE_OPTIONS="--max-old-space-size=8192" + $STD npm install + msg_ok "Installed Modules" + + msg_info "Building Domain-Locker (a lot of patience)" + npm install set -a source /opt/domain-locker.env set +a