From 1cb64a9f2e37e1dde7c32651d29be2517b689522 Mon Sep 17 00:00:00 2001 From: zhangminjie1997 <1010169419@qq.com> Date: Thu, 5 May 2022 10:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=94=AF=E6=8C=81=E7=BA=A2?= =?UTF-8?q?=E6=97=97=E5=B9=B3=E5=8F=B0=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d0e94c7..6e3c6fe 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ elif [ X"$kernel" = X"redflag" ]; then elif [ X"$kernel" = X"asianux" ]; then dist_version="Asianux" else - echo "We only support EulerOS, OPENEULER(aarch64) and CentOS platform." + echo "We only support EulerOS, OPENEULER(aarch64) CentOS and Asianux platform." echo "Kernel is $kernel" exit 1 fi