Add warning for the deprecation of Debian Jessie

Jessie is out of security support and will be dropped in
LibreTime 3.0.0-alpha.8

Fixes #684
This commit is contained in:
Kyle Robbertze 2019-01-11 09:03:22 +02:00
parent bd1636ece2
commit a3f329834e
1 changed files with 3 additions and 0 deletions

View File

@ -632,6 +632,9 @@ case "${dist}-${code}" in
debian-8|debian-jessie)
code="jessie"
is_debian_dist=true
echo -e "ERROR: Debian Jessie is archived and does not receive any security or other updates since 2018-05-17." >&2
echo -e "The LibreTime installer dropped support for installing LibreTime on Jessie in 3.0.0-alpha.8." >&2
sleep 6
is_debian_jessie=true
;;
debian-7|debian-wheezy)