From 38efe0a4939a2105424739b9da355bd991654027 Mon Sep 17 00:00:00 2001 From: mofeng <3285338098@qq.com> Date: Sat, 25 Nov 2023 22:55:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9d012eb5..909e07ca 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ echo $PYVER echo $ARCH if [[ "$PYVER" != *"3.10"* && $(which python3.10) != *"python"* ]]; then - echo "你似乎没有安装 Python 3.10!" + echo "您似乎没有安装 Python 3.10!" fi cp ./patch/meson8b-onecloud.dtb /boot/dtb/meson8b-onecloud.dtb && echo "设备树文件覆盖成功!"