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