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:
parent
bd1636ece2
commit
a3f329834e
3
install
3
install
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue