From 999fda846d18c2aa425ebf9e4f70f8fe689d16bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 11 Jan 2024 22:30:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install_panel.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install_panel.sh b/scripts/install_panel.sh index ff3b1dd2..991e89af 100644 --- a/scripts/install_panel.sh +++ b/scripts/install_panel.sh @@ -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