mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-05 08:50:25 +08:00
优化
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
## Author: SuperManito
|
## Author: SuperManito
|
||||||
## Modified: 2025-09-06
|
## Modified: 2025-09-13
|
||||||
## License: MIT
|
## License: MIT
|
||||||
## GitHub: https://github.com/SuperManito/LinuxMirrors
|
## GitHub: https://github.com/SuperManito/LinuxMirrors
|
||||||
## Website: https://linuxmirrors.cn
|
## Website: https://linuxmirrors.cn
|
||||||
@@ -719,6 +719,9 @@ function get_os_release_value() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function collect_system_info() {
|
function collect_system_info() {
|
||||||
|
if [ ! -s "${File_LinuxRelease}" ]; then
|
||||||
|
unsupport_system_error "未知系统"
|
||||||
|
fi
|
||||||
## 定义系统名称
|
## 定义系统名称
|
||||||
SYSTEM_NAME="$(get_os_release_value NAME)"
|
SYSTEM_NAME="$(get_os_release_value NAME)"
|
||||||
SYSTEM_PRETTY_NAME="$(get_os_release_value PRETTY_NAME)"
|
SYSTEM_PRETTY_NAME="$(get_os_release_value PRETTY_NAME)"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
## Author: SuperManito
|
## Author: SuperManito
|
||||||
## Modified: 2025-09-12
|
## Modified: 2025-09-13
|
||||||
## License: MIT
|
## License: MIT
|
||||||
## GitHub: https://github.com/SuperManito/LinuxMirrors
|
## GitHub: https://github.com/SuperManito/LinuxMirrors
|
||||||
## Website: https://linuxmirrors.cn
|
## Website: https://linuxmirrors.cn
|
||||||
@@ -464,6 +464,9 @@ function get_os_release_value() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function collect_system_info() {
|
function collect_system_info() {
|
||||||
|
if [ ! -s "${File_LinuxRelease}" ]; then
|
||||||
|
unsupport_system_error "未知系统"
|
||||||
|
fi
|
||||||
## 定义系统名称
|
## 定义系统名称
|
||||||
SYSTEM_NAME="$(get_os_release_value NAME)"
|
SYSTEM_NAME="$(get_os_release_value NAME)"
|
||||||
SYSTEM_PRETTY_NAME="$(get_os_release_value PRETTY_NAME)"
|
SYSTEM_PRETTY_NAME="$(get_os_release_value PRETTY_NAME)"
|
||||||
|
|||||||
Reference in New Issue
Block a user