fix(installer): simplify distro support notice (#2106)

This commit is contained in:
Jonas L 2022-09-08 17:49:54 +02:00 committed by GitHub
parent 03902f6aef
commit fb789c323c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 8 deletions

11
install
View File

@ -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