修复弹不出来ace提示的问题

This commit is contained in:
2025-06-14 16:41:26 +08:00
parent 9ff98eb33e
commit bd5691947a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ function main_install() {
fi
done
# 安装ACE环境(示例使用aptss工具,可根据实际情况调整)
aptss install "$ace_pkg" -y
ensure_ace_env "$ace_pkg" -y
fi
# 再次确认ACE环境命令是否可用
+1 -1
View File
@@ -494,7 +494,7 @@ function main_install() {
fi
done
# 安装ACE环境(示例使用aptss工具,可根据实际情况调整)
aptss install "$ace_pkg" -y
ensure_ace_env "$ace_pkg" -y
fi
# 再次确认ACE环境命令是否可用