Skip to content

Commit 103814e

Browse files
committed
add deprecation warning for Fedora 39 and older
Fedora 39 and older reached EOL Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 711a0d4 commit 103814e

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)