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

This commit is contained in:
shenmo 2025-06-14 16:41:26 +08:00
parent 9ff98eb33e
commit bd5691947a
2 changed files with 2 additions and 2 deletions

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环境命令是否可用

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环境命令是否可用