mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Debian < 8 is now EOL
This commit is contained in:
parent
5f8324add0
commit
f2f061f320
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue