Skip to content

Commit

Permalink
add deprecation warning for Fedora 39 and older
Browse files Browse the repository at this point in the history
Fedora 39 and older reached EOL

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Nov 14, 2024
1 parent 711a0d4 commit 103814e
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 103814e

Please sign in to comment.