Add RHEL 9.5 to supported distributions

This commit is contained in:
Robert Schmidt
2024-11-12 17:50:12 +01:00
parent cd25064fb1
commit e8d8384e7e

View File

@@ -122,6 +122,7 @@ check_supported_distribution() {
"rhel9.2") return 0 ;;
"rhel9.3") return 0 ;;
"rhel9.4") return 0 ;;
"rhel9.5") return 0 ;;
"centos9") return 0 ;; # CentOS stream
"rocky8.7") return 0 ;;
"rocky8.8") return 0 ;;