From d2b4073c9806068f084f413095f881e90ec780d0 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:42:44 +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 9f6f335..af6257c 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -280,6 +280,6 @@ if [ -f /etc/debian_version ]; then exit 0 fi else - echo "这不是Debian $MAJOR_VERSION 系统" + echo "这不是Debian系统" exit 0 fi