From b3fd508afc2f87265356bee36ab67ccdf09c575b Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Thu, 2 Dec 2021 22:10:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeMirrors.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeMirrors.sh b/ChangeMirrors.sh index 672836e..e86bdd7 100644 --- a/ChangeMirrors.sh +++ b/ChangeMirrors.sh @@ -84,7 +84,8 @@ function EnvJudgment() { clear else echo -e '\n\033[31m -------- lsb-release 软件包安装失败 ------------ \033[0m' - echo -e "\n本脚本需要通过 lsb_release 指令判定系统类型,一般系统自带,当前可能为精简安装的系统,请自行安装!\n" + echo -e "\n本脚本需要通过 lsb_release 指令判断系统类型,当前可能为精简安装的系统一般系统自带,请自行安装后重新执行脚本!\n" + exit fi fi SYSTEM_JUDGMENT=$(${DebianRelease} -is)