From 68e7456d8d2a4d869168b075802f6bbfdba26895 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:39:11 +0100 Subject: [PATCH] refactor --- install/domain-locker-install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/install/domain-locker-install.sh b/install/domain-locker-install.sh index 5fbf680ba..893f5f0d3 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -17,11 +17,15 @@ PG_VERSION="17" setup_postgresql PG_DB_NAME="domainlocker" PG_DB_USER="domainlocker" setup_postgresql_db NODE_VERSION="22" setup_nodejs -fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker" + +$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" cd /opt/domain-locker -npm install --legacy-peer-deps +# $STD npm install --legacy-peer-deps +npm install export NODE_OPTIONS="--max-old-space-size=8192" cat </opt/domain-locker.env # Database connection