We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe5e7d3 + 4696de6 commit dd4d114Copy full SHA for dd4d114
install.sh
@@ -467,6 +467,9 @@ do_install() {
467
# Print deprecation warnings for distro versions that recently reached EOL,
468
# but may still be commonly used (especially LTS versions).
469
case "$lsb_dist.$dist_version" in
470
+ centos.7|rhel.7)
471
+ deprecation_notice "$lsb_dist" "$dist_version"
472
+ ;;
473
debian.stretch|debian.jessie)
474
deprecation_notice "$lsb_dist" "$dist_version"
475
;;
0 commit comments