From fb789c323c46eae653eb1d381164b022eb8d9c4c Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 8 Sep 2022 17:49:54 +0200 Subject: [PATCH] fix(installer): simplify distro support notice (#2106) --- install | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/install b/install index cbbb37ce0..ccd22031e 100755 --- a/install +++ b/install @@ -320,14 +320,9 @@ check_distribution() { error << "EOF" could not determine supported distribution "$ID-$VERSION_ID"! - Ubuntu Xenial is archived and does not receive any security or other updates since - 2021-04-01, support for installing LibreTime on Xenial has dropped since 3.0.0-alpha.10. - - Debian Stretch is archived and does not receive any security or other updates since - 2020-06-06, support for installing LibreTime on Stretch has dropped since 3.0.0-alpha.10. - - Debian Jessie is archived and does not receive any security or other updates since - 2018-05-17, support for installing LibreTime on Jessie has dropped since 3.0.0-alpha.8. + Support for installing LibreTime on Xenial has dropped since 3.0.0-alpha.10. + Support for installing LibreTime on Stretch has dropped since 3.0.0-alpha.10. + Support for installing LibreTime on Jessie has dropped since 3.0.0-alpha.8. EOF exit 1