From 1c5269198d96bc13fb4f3404c19d5c4f33994c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Sat, 12 Jul 2025 06:25:42 +0800 Subject: [PATCH] v2.6.2 v2.6.2 --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a9950b12..336bde3f 100644 --- a/install.sh +++ b/install.sh @@ -47,7 +47,8 @@ check_glibc_version() { echo -e "${red}------>>>GLIBC版本 $glibc_version 太旧了! 要求2.32或以上版本${plain}" echo -e "${green}-------->>>>请升级到较新版本的操作系统以便获取更高版本的GLIBC${plain}" exit 1 - echo -e "${green}-------->>>>GLIBC版本: $glibc_version(符合高于2.32的要求)${plain}" + fi + echo -e "${green}-------->>>>GLIBC版本: $glibc_version(符合高于2.32的要求)${plain}" } check_glibc_version