Install script broken

Open Beginner friendly
#422 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
github, shell
Domain
ci-cd, cli

Research direction

Start with scripts/install.sh and the README installation command, then search the repository for the old rosetta-cli URL, including the CI test mentioned in the issue. Confirm that installation works through the documented curl command and that the CI reference no longer depends on the broken repository URL.

Written by the indexing model from the issue text.

Description

bug

Describe the bug

The repo was renamed to mesh-cli but the install script still references the former rosetta-cli name.

For a while this worked fine because GitHub redirects every URL using the old name (including raw.githubusercontent.com), but something broke today (2025/04/01) causing these redirects to no longer work. Maybe someone in the coinbase org created an internal rosetta-cli repo that now prevents these redirects?

To Reproduce
Follow the readme installation instructions and execute curl -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/master/scripts/install.sh | sh -s

Visit https://github.com/coinbase/rosetta-cli/ and observe a 404 page.

Expected behavior
Installation to work

Additional context
We have a CI test relying on using the https://raw.githubusercontent.com/coinbase/rosetta-cli/v0.10.3/scripts/install.sh script that no longer works. We cannot override the repo because the variables are hard coded and not configurable by environment.

Dominant language
Go
Stars
165
Forks
99
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from coinbase/mesh-cli

All issues in coinbase/mesh-cli

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.