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 48e6013 commit 3301c3c
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 @@ -838,7 +838,7 @@ function collect_system_info() {
esac
;;
"${SYSTEM_FEDORA}")
if [[ "${SYSTEM_VERSION_NUMBER_MAJOR}" -lt 39 ]]; then
if [[ "${SYSTEM_VERSION_NUMBER}" -lt 39 ]]; then
SOURCE_BRANCH="fedora-archive"
fi
;;
Expand Down

0 comments on commit 3301c3c

Please sign in to comment.