From 3499bcdd4bc1a548bacc8789168cc3b2a8069f57 Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Fri, 16 Aug 2024 11:39:01 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20clien=20shell=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/easynode-client-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/easynode-client-install.sh b/client/easynode-client-install.sh index 60392b0..9a217ee 100644 --- a/client/easynode-client-install.sh +++ b/client/easynode-client-install.sh @@ -52,7 +52,7 @@ if [ "$ARCH" = "x86_64" ] ; then elif [ "$ARCH" = "aarch64" ] ; then DOWNLOAD_FILE_URL="https://mirror.ghproxy.com/https://github.com/chaos-zhu/easynode/releases/download/v2.1.7/easynode-client-arm64" else - echo "未知的架构:$ARCH" + echo "不支持的架构:$ARCH. 只支持x86_64和aarch64,其他架构请自行构建" exit 1 fi