Merge pull request #557 from radiorabe/chore/eol-warning-for-trusty

Add Ubuntu Trusty EOL warning in installer
This commit is contained in:
Robb 2018-10-14 16:17:56 -04:00 committed by GitHub
commit 0e7b3118ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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