Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManito committed Dec 12, 2024
1 parent 3301c3c commit f06a684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeMirrors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ function collect_system_info() {
fi
;;
"${SYSTEM_FEDORA}")
if [[ "${SYSTEM_VERSION_NUMBER_MAJOR}" != [3-4][0-9] ]]; then
if [[ "${SYSTEM_VERSION_NUMBER}" != [3-4][0-9] ]]; then
is_supported="false"
fi
;;
Expand Down

0 comments on commit f06a684

Please sign in to comment.