Add link to SUSE releases page

This commit is contained in:
Denys Havrysh 2017-09-22 11:16:43 +03:00
parent 5ba3e346fb
commit 5370e2cc39
2 changed files with 2 additions and 1 deletions

View file

@ -264,7 +264,7 @@ SUSE family
- openSUSE Leap 42.2/42.3 - openSUSE Leap 42.2/42.3
- openSUSE Tumbleweed 2015 - openSUSE Tumbleweed 2015
- SUSE Linux Enterprise Server 11 SP4/12 SP2 - SUSE Linux Enterprise Server 11 SP4, 12 SP2
Ubuntu and derivatives Ubuntu and derivatives

View file

@ -1531,6 +1531,7 @@ __check_end_of_life_versions() {
([ "$DISTRO_MAJOR_VERSION" -eq 12 ] && [ "$SUSE_PATCHLEVEL" -lt 02 ]); then ([ "$DISTRO_MAJOR_VERSION" -eq 12 ] && [ "$SUSE_PATCHLEVEL" -lt 02 ]); then
echoerror "Versions lower than SuSE 11 SP4 or 12 SP2 are not supported." echoerror "Versions lower than SuSE 11 SP4 or 12 SP2 are not supported."
echoerror "Please consider upgrading to the next stable" echoerror "Please consider upgrading to the next stable"
echoerror " https://www.suse.com/lifecycle/"
exit 1 exit 1
fi fi
;; ;;