Skip to content

Commit 72c567a

Browse files
authored
Merge pull request #451 from thaJeztah/remove_fedora_39
add deprecation warning for Fedora 39 and older
2 parents 711a0d4 + 103814e commit 72c567a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ do_install() {
483483
deprecation_notice "$lsb_dist" "$dist_version"
484484
;;
485485
fedora.*)
486-
if [ "$dist_version" -lt 39 ]; then
486+
if [ "$dist_version" -lt 40 ]; then
487487
deprecation_notice "$lsb_dist" "$dist_version"
488488
fi
489489
;;

0 commit comments

Comments
 (0)