Fix spacing issue in domain-locker-install.sh

This commit is contained in:
Tobias 2025-11-10 22:34:34 +01:00 committed by GitHub
parent 19ae6d7e56
commit 6f431969f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ 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
NODE_MODULE="@angular/build@$ANGULAR_VERSION,typescript@5.5" setup_nodejs
fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker"