Update ore.sh

This commit is contained in:
smeb y 2024-04-05 16:03:12 +08:00 committed by GitHub
parent d981980a71
commit 9208464ad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
ore.sh
View File

@ -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