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

feat: 优化文案

This commit is contained in:
耗子
2024-01-11 22:30:35 +08:00
parent 958369b5ce
commit 999fda846d

View File

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