Fix comment about Debian EOL releases

This commit is contained in:
Denys Havrysh 2017-06-12 11:55:01 +03:00
parent eaa387b985
commit b41c3056b7

View file

@ -1450,7 +1450,7 @@ __debian_derivatives_translation() {
__check_end_of_life_versions() {
case "${DISTRO_NAME_L}" in
debian)
# Debian versions bellow 6 are not supported
# Debian versions below 7 are not supported
if [ "$DISTRO_MAJOR_VERSION" -lt 7 ]; then
echoerror "End of life distributions are not supported."
echoerror "Please consider upgrading to the next stable. See:"