更新 install.sh

This commit is contained in:
星光-k
2025-01-12 04:48:42 +00:00
committed by GitHub
parent 6e0646612b
commit 5e353f68f6

View File

@@ -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