fix(install): remove undefined BOLD/RESET vars from final installer output

The installer logic completed successfully, but the final success message
referenced shell variables that were never defined, causing:

  bash: line 117: BOLD: unbound variable

Replace the final instructions block with plain text so the one-liner install
finishes cleanly under .
This commit is contained in:
Eric
2026-04-19 17:44:18 -04:00
parent fbd233cbf4
commit ed5f79e5cc

View File

@@ -119,11 +119,11 @@ cat <<EOF
Next steps (two terminals):
1) Start the Hermes gateway:
${BOLD}hermes gateway run${RESET}
(first run may prompt for ${BOLD}hermes setup${RESET})
hermes gateway run
(first run may prompt for hermes setup)
2) Start the workspace UI:
${BOLD}cd $INSTALL_DIR && pnpm dev${RESET}
cd $INSTALL_DIR && pnpm dev
3) Open http://localhost:$WORKSPACE_PORT