From 1766407a7d73c0d1319fc7df173d6bb2f8cf22ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Thu, 9 Jan 2025 04:25:10 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index 1afbfde..581f28e 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -119,18 +119,18 @@ sudo chmod +x start.sh sudo ./start.sh ;; *) - echo "Unknown Debian version" + echo "未知Debian版本" # 在这里处理未知版本的情况 exit 0 ;; esac else - echo "This is not a Raspberry Pi." + echo "这不是树莓派Raspberry Pi" # 在这里处理非Raspberry Pi的情况 exit 0 fi else - echo "This is not a Debian system." + echo "这不是Debian系统" # 在这里处理非Debian系统的情况 exit 0 fi