This commit is contained in:
Super Manito
2024-12-12 20:15:52 +08:00
parent 48e6013ed6
commit 3301c3cba0

View File

@@ -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
;;