Fix spacing issue in domain-locker-install.sh
This commit is contained in:
parent
19ae6d7e56
commit
6f431969f3
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user