Merge pull request #685 from paddatrapper/jessie-install

Installer - Add warning for the deprecation of Debian Jessie
This commit is contained in:
Lucas Bickel 2019-01-11 11:03:16 +01:00 committed by GitHub
commit 6b68f04790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -632,6 +632,9 @@ case "${dist}-${code}" in
debian-8|debian-jessie) debian-8|debian-jessie)
code="jessie" code="jessie"
is_debian_dist=true 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 is_debian_jessie=true
;; ;;
debian-7|debian-wheezy) debian-7|debian-wheezy)