Debian < 8 is now EOL

This commit is contained in:
Pedro Algarvio 2020-02-03 07:27:46 +00:00
parent 5f8324add0
commit f2f061f320
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 2 additions and 1 deletions

View file

@ -358,6 +358,7 @@ this offering, while limited, is as follows:
- CentOS 7
- Centos 8
- Debian 8
- Debian 9
- Debian 10
- Fedora (only git installations)

View file

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