This commit is contained in:
Super Manito
2021-12-02 22:10:12 +08:00
parent 04c035c271
commit b3fd508afc

View File

@@ -84,7 +84,8 @@ function EnvJudgment() {
clear clear
else else
echo -e '\n\033[31m -------- lsb-release 软件包安装失败 ------------ \033[0m' echo -e '\n\033[31m -------- lsb-release 软件包安装失败 ------------ \033[0m'
echo -e "\n本脚本需要通过 lsb_release 指令判系统类型,一般系统自带,当前可能为精简安装的系统,请自行安装\n" echo -e "\n本脚本需要通过 lsb_release 指令判系统类型,当前可能为精简安装的系统一般系统自带,请自行安装后重新执行脚本\n"
exit
fi fi
fi fi
SYSTEM_JUDGMENT=$(${DebianRelease} -is) SYSTEM_JUDGMENT=$(${DebianRelease} -is)