Skip to content

Commit 050b218

Browse files
authored
Merge pull request #494 from thaJeztah/remove_fedora_40
add deprecation notice for Fedora 40 (EOL)
2 parents 672a36a + 25acbbf commit 050b218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ do_install() {
496496
deprecation_notice "$lsb_dist" "$dist_version"
497497
;;
498498
fedora.*)
499-
if [ "$dist_version" -lt 40 ]; then
499+
if [ "$dist_version" -lt 41 ]; then
500500
deprecation_notice "$lsb_dist" "$dist_version"
501501
fi
502502
;;

0 commit comments

Comments
 (0)