更新 install.sh

This commit is contained in:
星光-k
2025-01-12 04:42:44 +00:00
committed by GitHub
parent 9fb1ef0c6b
commit d2b4073c98

View File

@@ -280,6 +280,6 @@ if [ -f /etc/debian_version ]; then
exit 0
fi
else
echo "这不是Debian $MAJOR_VERSION 系统"
echo "这不是Debian系统"
exit 0
fi