Skip to content

fix: update install script to use mesh-cli repo name#433

Open
Kubudak90 wants to merge 1 commit into
coinbase:masterfrom
Kubudak90:fix-install-script-repo-name
Open

fix: update install script to use mesh-cli repo name#433
Kubudak90 wants to merge 1 commit into
coinbase:masterfrom
Kubudak90:fix-install-script-repo-name

Conversation

@Kubudak90
Copy link
Copy Markdown

Summary

Fixes #422

The repository was renamed from rosetta-cli to mesh-cli, but the install script still referenced the old name. This caused installation failures when GitHub redirects stopped working (as noted in the issue, this started failing on 2025/04/01).

Changes

Updated all references from rosetta-cli to mesh-cli in scripts/install.sh:

  • Usage text now correctly references coinbase/mesh-cli
  • Release URL updated to https://github.com/coinbase/mesh-cli/releases
  • BINARY variable assignments for all platforms (darwin, linux, windows)
  • REPO variable at the end of the script

Testing

The install command from the README should now work:

curl -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/master/scripts/install.sh | sh -s

Related

@cb-heimdall
Copy link
Copy Markdown

cb-heimdall commented Apr 4, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

@Kubudak90 Kubudak90 force-pushed the fix-install-script-repo-name branch 3 times, most recently from e5cf320 to 96a829c Compare April 6, 2026 10:12
Fixes coinbase#422. The repo was renamed from rosetta-cli to mesh-cli, but the
install script still referenced the old name. This caused installation
failures when GitHub redirects stopped working.

Changes:
- Updated all references from rosetta-cli to mesh-cli in install.sh
- Updated binary names for all platforms
- Updated repo URL references

This ensures the install script works correctly with the new repo name.
@Kubudak90 Kubudak90 force-pushed the fix-install-script-repo-name branch from 96a829c to c91787f Compare April 7, 2026 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Install script broken

2 participants