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