Rename all packages, modules, scripts, docs from moltbot to openclaw. - Packages: moltbot-gateway → openclaw-gateway, moltbot → openclaw - Binary: mainProgram now 'openclaw' (matches upstream package.json) - Modules: homeManagerModules.openclaw, darwinModules.openclaw - Programs: programs.openclaw - Paths: ~/.openclaw, /tmp/openclaw, lib/openclaw - Env vars: OPENCLAW_LOG_DIR, OPENCLAW_RELOAD_HM_CMD - Launchd: com.steipete.openclaw.* - Plugin API: openclawPlugin - Kept: CLAWDBOT_* env vars (upstream still uses these) - Kept: upstream source patch match string in gateway-postpatch.sh Tests: not run locally (x86_64-linux; CI will validate)
4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
install -Dm755 "$src" "$out/bin/openclaw-entrypoint"
|