From c91787ff85e9ce4f36471255cd0e1b8aa970f7d3 Mon Sep 17 00:00:00 2001 From: Kubudak90 Date: Tue, 7 Apr 2026 03:20:33 +0300 Subject: [PATCH] fix: update install script to use mesh-cli instead of rosetta-cli Fixes #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. --- scripts/install.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 669b8460..b499200c 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -20,13 +20,13 @@ set -e usage() { this=$1 cat <