From 958369b5ce4079a24abdab2dda4b75f5f5e76bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 11 Jan 2024 22:29:45 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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