This commit is contained in:
Super Manito
2024-12-12 20:30:24 +08:00
parent 3301c3cba0
commit f06a6845f6

View File

@@ -718,7 +718,7 @@ function collect_system_info() {
fi fi
;; ;;
"${SYSTEM_FEDORA}") "${SYSTEM_FEDORA}")
if [[ "${SYSTEM_VERSION_NUMBER_MAJOR}" != [3-4][0-9] ]]; then if [[ "${SYSTEM_VERSION_NUMBER}" != [3-4][0-9] ]]; then
is_supported="false" is_supported="false"
fi fi
;; ;;