Deprecate Debian Jessie

Closes #684
This commit is contained in:
Kyle Robbertze 2019-06-02 13:23:33 +02:00
parent bec52c1773
commit c78a8e178e
3 changed files with 2 additions and 8 deletions

View file

@ -642,9 +642,8 @@ case "${dist}-${code}" in
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 will drop support for installing LibreTime on Jessie in 3.0.0-alpha.8." >&2
sleep 6
is_debian_jessie=true
echo -e "The LibreTime installer dropped support for installing LibreTime on Jessie in 3.0.0-alpha.8." >&2
exit 1
;;
debian-7|debian-wheezy)
echo -e "ERROR: Debian Wheezy is archived and does not receive any security or other updates since 2018-05-31." >&2