From 9208464ad81220b33b4d6bd77addb6b884fc1510 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:03:12 +0800 Subject: [PATCH] Update ore.sh --- ore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ore.sh b/ore.sh index fdf4ebe..cfcd958 100644 --- a/ore.sh +++ b/ore.sh @@ -162,7 +162,7 @@ function check_and_install_dependencies() { fi # 检查是否已安装 Ore CLI - if ! cargo install ore-cli --version | grep ore-cli &> /dev/null; then + if ! cargo install ore -V | grep ore-cli &> /dev/null; then echo "Ore CLI 未安装,正在安装..." cargo install ore-cli else