Skip to content

Commit 1f802d1

Browse files
committed
优化
1 parent bbff27d commit 1f802d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChangeMirrors.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)