Skip to content

Commit

Permalink
Merge pull request #429 from thaJeztah/centos7_deprecation_warning
Browse files Browse the repository at this point in the history
add deprecation warning for CentOS 7 / RHEL 7
  • Loading branch information
vvoland authored Jul 8, 2024
2 parents fe5e7d3 + 4696de6 commit dd4d114
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,9 @@ do_install() {
# Print deprecation warnings for distro versions that recently reached EOL,
# but may still be commonly used (especially LTS versions).
case "$lsb_dist.$dist_version" in
centos.7|rhel.7)
deprecation_notice "$lsb_dist" "$dist_version"
;;
debian.stretch|debian.jessie)
deprecation_notice "$lsb_dist" "$dist_version"
;;
Expand Down

0 comments on commit dd4d114

Please sign in to comment.