Update domain-locker.sh

This commit is contained in:
Tobias 2025-11-14 14:13:20 +01:00 committed by GitHub
parent 0f08aed718
commit 189b8569c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,12 +35,15 @@ function update_script() {
PG_VERSION="17" setup_postgresql PG_VERSION="17" setup_postgresql
setup_nodejs 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 cd /opt/domain-locker
npm install --legacy-peer-deps $STD npm install
export NODE_OPTIONS="--max-old-space-size=8192" msg_ok "Installed Modules"
msg_info "Building Domain-Locker (a lot of patience)"
npm install
set -a set -a
source /opt/domain-locker.env source /opt/domain-locker.env
set +a set +a