From ad99e5a29b28b2828fcce3cf0f38336cb0cfbd1a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:11:29 +0100 Subject: [PATCH] Update domain-locker-install.sh --- install/domain-locker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/domain-locker-install.sh b/install/domain-locker-install.sh index aead48dc5..1c097f13a 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -15,7 +15,7 @@ update_os PG_VERSION="17" setup_postgresql PG_DB_NAME="domainlocker" PG_DB_USER="domainlocker" setup_postgresql_db -NODE_MODULE="corepack,yarn" setup_nodejs +setup_nodejs fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker"