diff --git a/scripts/install_panel.sh b/scripts/install_panel.sh index c5712daf..ff3b1dd2 100644 --- a/scripts/install_panel.sh +++ b/scripts/install_panel.sh @@ -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