From 145e4e051694ff1ea5e420785e4c40db0369adaf Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:53:04 +0100 Subject: [PATCH] reorder --- install/domain-locker-install.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/install/domain-locker-install.sh b/install/domain-locker-install.sh index 893f5f0d3..3dbe9976c 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -22,11 +22,13 @@ $STD apt install -y git git clone https://github.com/Lissy93/domain-locker.git /opt/domain-locker # fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker" -msg_info "Building Domain-Locker" +msg_info "Installing Modules (patience)" cd /opt/domain-locker # $STD npm install --legacy-peer-deps -npm install -export NODE_OPTIONS="--max-old-space-size=8192" +$STD npm install +msg_ok "Installed Modules" + +msg_info "Building Domain-Locker (a lot of patience)" cat </opt/domain-locker.env # Database connection DL_PG_HOST=localhost