Merge pull request #494 from thaJeztah/remove_fedora_40

add deprecation notice for Fedora 40 (EOL)
This commit is contained in:
Sebastiaan van Stijn 2025-05-20 20:57:32 +02:00 committed by GitHub
commit 050b218751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ do_install() {
deprecation_notice "$lsb_dist" "$dist_version"
;;
fedora.*)
if [ "$dist_version" -lt 40 ]; then
if [ "$dist_version" -lt 41 ]; then
deprecation_notice "$lsb_dist" "$dist_version"
fi
;;