From 64df63d2954bfc0c24c83290cf9c2389b68d5b7f Mon Sep 17 00:00:00 2001 From: Kubudak90 Date: Mon, 13 Apr 2026 18:33:48 +0300 Subject: [PATCH] fix(scripts): update install.sh to use mesh-cli repo name The repo was renamed from rosetta-cli to mesh-cli, causing the install script to fail because GitHub redirects from the old repo name stopped working. This updates the REPO variable and references in the script while keeping the binary name as rosetta-cli since release assets still use that name. Fixes #422 --- scripts/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 669b8460..34a1faba 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -20,13 +20,13 @@ set -e usage() { this=$1 cat <