Skip to content

Commit

Permalink
Merge pull request #451 from thaJeztah/remove_fedora_39
Browse files Browse the repository at this point in the history
add deprecation warning for Fedora 39 and older
  • Loading branch information
thaJeztah authored Nov 14, 2024
2 parents 711a0d4 + 103814e commit 72c567a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ do_install() {
deprecation_notice "$lsb_dist" "$dist_version"
;;
fedora.*)
if [ "$dist_version" -lt 39 ]; then
if [ "$dist_version" -lt 40 ]; then
deprecation_notice "$lsb_dist" "$dist_version"
fi
;;
Expand Down

0 comments on commit 72c567a

Please sign in to comment.