mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-07-15 12:25:40 -04:00
[PR #55] [MERGED] fix(installer): display newline instead of literal \n in gum header #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/openclaw.ai/pull/55
Author: @echoja
Created: 2/12/2026
Status: ✅ Merged
Merged: 2/12/2026
Merged by: @steipete
Base:
main← Head:fix/install-newline-literal📝 Commits (2)
95e0d16fix(installer): use real newline instead of literal \n in gum header6b6cacddocs: update changelog for PR #55 landing (thanks @echoja)📊 Changes
2 files changed (+6 additions, -1 deletions)
View changed files
📝
CHANGELOG.md(+4 -0)📝
public/install.sh(+2 -1)📄 Description
Summary
\nwas displayed as a literal string instead of a newline in thegum choose --headerpromptinstall.shinside an existing OpenClaw checkout, the header showedDetected OpenClaw checkout in: /path\nChoose install methodinstead of splitting into two lines\nin a bash double-quoted string with an actual newline characterTest plan
scripts/test-install-sh-unit.sh)bash public/install.sh --dry-run --no-onboard --no-prompt)🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.