From e3fd070e3c8779ca4d026179d120e0c90fa7875e 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: Sun, 12 Jan 2025 04:51:02 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index be9c7a4..26c76d5 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -242,7 +242,7 @@ setup_service() { # 主逻辑 # 检测是否是Debian系统 if [ -f /etc/debian_version ]; then - echo "检测到Debian $DEBIAN_VERSION系统" + echo "检测到Debian$DEBIAN_VERSION系统" # 提取版本号的小数点前的部分 if ! MAJOR_VERSION=$(echo $DEBIAN_VERSION | cut -d '.' -f 1); then