From a3f329834e28f428f1e540b22375883268415113 Mon Sep 17 00:00:00 2001
From: Kyle Robbertze <krobbertze@gmail.com>
Date: Fri, 11 Jan 2019 09:03:22 +0200
Subject: [PATCH] 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
---
 install | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/install b/install
index 71b8d0361..11d81a8cb 100755
--- a/install
+++ b/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)