Skip to content

Fix binary move command in setup script#16

Open
chitralverma wants to merge 1 commit intoDeusData:mainfrom
chitralverma:patch-1
Open

Fix binary move command in setup script#16
chitralverma wants to merge 1 commit intoDeusData:mainfrom
chitralverma:patch-1

Conversation

@chitralverma
Copy link

fixes:

curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/scripts/setup.sh | bash

codebase-memory-mcp installer

✓ Platform: darwin-arm64
✓ Download tool: curl

Fetching latest release...
✓ Latest release: v0.3.4
Downloading codebase-memory-mcp-darwin-arm64.tar.gz...
mv: /var/folders/bs/drf601ys62l3v5r38s0m7llw0000gq/T/tmp.w63Cy7yIrW/codebase-memory-mcp-darwin-arm64: No such file or directory
image

Copilot AI review requested due to automatic review settings March 4, 2026 07:20
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes the setup.sh installer on macOS/Linux by moving the extracted release binary from the correct path after untarring, resolving the “No such file or directory” failure shown in the PR description.

Changes:

  • Update the post-extract mv source path to use the extracted binary name (codebase-memory-mcp) rather than a platform-suffixed filename.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants