fix: remove duplicate else block in npm packages section

Fixes syntax error: 'syntax error near unexpected token else'
The npm global packages section had a duplicate else block.
This commit is contained in:
2026-03-04 02:15:03 +00:00
parent db6d4fe30f
commit c9560c27c7
-2
View File
@@ -626,8 +626,6 @@ else
else else
warn "pm2 optional (Officer uses systemd services for main app and sidecar)" warn "pm2 optional (Officer uses systemd services for main app and sidecar)"
fi fi
else
warn "npm not found — skipping global package installs"
fi fi
# ─── 15. bun install (project dependencies) ────────────────────────────────── # ─── 15. bun install (project dependencies) ──────────────────────────────────