File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22# # Author: SuperManito
3- # # Modified: 2025-03-20
3+ # # Modified: 2025-03-23
44# # License: MIT
55# # GitHub: https://github.com/SuperManito/LinuxMirrors
66# # Website: https://linuxmirrors.cn
@@ -649,7 +649,7 @@ function collect_system_info() {
649649 if [ -s " ${File_DebianVersion} " ]; then
650650 SYSTEM_FACTIONS=" ${SYSTEM_DEBIAN} "
651651 elif [ -s " ${File_OracleLinuxRelease} " ]; then
652- output_error " 当前操作系统不在本脚本的支持范围内 ,请前往官网查看支持列表!"
652+ output_error " 当前操作系统(Oracle Linux)不在本脚本的支持范围内 ,请前往官网查看支持列表!"
653653 elif [ -s " ${File_RedHatRelease} " ]; then
654654 SYSTEM_FACTIONS=" ${SYSTEM_REDHAT} "
655655 elif [ -s " ${File_openEulerRelease} " ]; then
@@ -772,7 +772,7 @@ function collect_system_info() {
772772 # 理论全部支持或不作判断
773773 ;;
774774 * )
775- output_error " 当前操作系统不在本脚本的支持范围内,请前往官网查看支持列表!"
775+ output_error " 当前操作系统不在本脚本的支持范围内(系统版本未知) ,请前往官网查看支持列表!"
776776 ;;
777777 esac
778778 if [[ " ${is_supported} " == " false" ]]; then
You can’t perform that action at this time.
0 commit comments