mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 16:25:53 +00:00
Fix spacing issue in domain-locker-install.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user