From e933672cf916985181268697a0f2e28f734bd2a0 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:10:15 +0100 Subject: [PATCH] Modify domain-locker-install.sh for package updates Updated Angular and TypeScript installation in the script. --- 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 42750327c..aef83e81c 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -15,9 +15,7 @@ update_os PG_VERSION="17" setup_postgresql PG_DB_NAME="domainlocker" PG_DB_USER="domainlocker" setup_postgresql_db - -ANGULAR_VERSION=$(curl -s https://raw.githubusercontent.com/Lissy93/domain-locker/refs/heads/main/package-lock.json | jq -r '.packages["node_modules/@angular/build"].version') -NODE_MODULE="@angular/build@$ANGULAR_VERSION,typescript@5.5" setup_nodejs +setup_nodejs fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker" @@ -26,6 +24,8 @@ cd /opt/domain-locker export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack enable $STD yarn install --immutable +$STD yarn add @angular/build@$(curl -s https://raw.githubusercontent.com/Lissy93/domain-locker/refs/heads/main/package-lock.json | jq -r '.packages["node_modules/@angular/build"].version') +$STD yarn add typescript@5.5 export NODE_OPTIONS="--max-old-space-size=2048" cat </opt/domain-locker.env # Database connection