Skip to content

Commit dd4d114

Browse files
authored
Merge pull request #429 from thaJeztah/centos7_deprecation_warning
add deprecation warning for CentOS 7 / RHEL 7
2 parents fe5e7d3 + 4696de6 commit dd4d114

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,9 @@ do_install() {
467467
# Print deprecation warnings for distro versions that recently reached EOL,
468468
# but may still be commonly used (especially LTS versions).
469469
case "$lsb_dist.$dist_version" in
470+
centos.7|rhel.7)
471+
deprecation_notice "$lsb_dist" "$dist_version"
472+
;;
470473
debian.stretch|debian.jessie)
471474
deprecation_notice "$lsb_dist" "$dist_version"
472475
;;

0 commit comments

Comments
 (0)