mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Fix comment about Debian EOL releases
This commit is contained in:
parent
eaa387b985
commit
b41c3056b7
1 changed files with 1 additions and 1 deletions
|
@ -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:"
|
||||
|
|
Loading…
Add table
Reference in a new issue