Merge pull request #494 from thaJeztah/remove_fedora_40
add deprecation notice for Fedora 40 (EOL)
This commit is contained in:
commit
050b218751
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue