From 74f4b1d829eb216bbe92d1e7774f240219e3faac 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 12:56:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install=5FCN.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/install_CN.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/install_CN.sh b/bin/install_CN.sh index c87e55f..4fbb2c9 100644 --- a/bin/install_CN.sh +++ b/bin/install_CN.sh @@ -73,7 +73,7 @@ clone_and_execute() { # 主逻辑 # 检测是否是Debian系统 if [ -f /etc/debian_version ]; then - echo "检测到Debian系统。" + echo "检测到Debian系统" # 提取版本号的小数点前的部分 MAJOR_VERSION=$(echo $DEBIAN_VERSION | cut -d '.' -f 1) @@ -106,10 +106,10 @@ if [ -f /etc/debian_version ]; then ;; esac else - echo "这不是Raspberry Pi系统。" + echo "这不是Raspberry Pi系统" exit 0 fi else - echo "这不是一个Debian系统。" + echo "这不是Debian系统" exit 0 fi \ No newline at end of file