From 5347af43c156673cdc99c0c309236b049468cc70 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Sun, 14 Oct 2018 11:52:00 +0200 Subject: [PATCH] :bug: (installer) Add Trusty EOL warning --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index b2d0a2a0d..a4ad3f3b4 100755 --- a/install +++ b/install @@ -613,6 +613,9 @@ case "${dist}-${code}" in code="trusty" is_ubuntu_dist=true is_ubuntu_trusty=true + echo -e "WARNING: Ubuntu Trusty will be EOL by April 2019 and LibreTime will no longer support it at that point." >&2 + echo -e "Please upgrade to a non-EOL distro ASAP!" >&2 + sleep 6 ;; debian-9|debian-stretch) code="stretch"