Remove duplicate npm install command

Removed redundant npm install command before building.
This commit is contained in:
Michel Roegl-Brunner
2025-11-17 10:41:58 +01:00
committed by GitHub
parent 2bb1b0ff36
commit 586b4c57a4

View File

@@ -43,7 +43,6 @@ function update_script() {
msg_ok "Installed Modules"
msg_info "Building Domain-Locker (a lot of patience)"
npm install
set -a
source /opt/domain-locker.env
set +a