mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-07-15 12:25:40 -04:00
[PR #27] [CLOSED] fix(install): create moltbot symlink alongside clawdbot #32
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/27
Author: @terry-li-hm
Created: 1/29/2026
Status: ❌ Closed
Base:
main← Head:fix/moltbot-symlink-after-install📝 Commits (1)
d8f476afix(install): create moltbot symlink alongside clawdbot📊 Changes
1 file changed (+5 additions, -0 deletions)
View changed files
📝
public/install.sh(+5 -0)📄 Description
Problem
After running
curl -fsSL https://molt.bot/install.sh | bash, the installer prints:But running
moltbot onboardfails with:Users must discover that the actual command is
clawdbot, which contradicts all the branding.Solution
Create a
moltbotsymlink alongsideclawdbotinensure_clawdbot_bin_link(), pointing to the sameentry.js. This way both commands work.Why not just rename the npm package?
That's the proper long-term fix, but this 5-line change unblocks users immediately while the full migration is in progress.
Testing
Tested on macOS (Apple Silicon) with fresh install:
AI Disclosure
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.