2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 17:17:13 +08:00

feat: 优化文案

This commit is contained in:
耗子
2024-01-11 22:29:45 +08:00
parent dc86e2efa3
commit 958369b5ce

View File

@@ -46,7 +46,7 @@ Prepare_System() {
if [ "${ARCH}" == "x86_64" ]; then
if [ "$(cat /proc/cpuinfo | grep -c ssse3)" -lt "1" ]; then
abort "错误:至少需运行在支持 x86-64-v2 的 CPU 上,请开启对应 CPU 指令集的支持"
abort "错误:至少需运行在支持 x86-64-v2 的 CPU 上,请开启对应 CPU 指令集后重试。"
fi
fi