🐛 (installer) Add Trusty EOL warning
This commit is contained in:
parent
beb45ec586
commit
5347af43c1
3
install
3
install
|
@ -613,6 +613,9 @@ case "${dist}-${code}" in
|
||||||
code="trusty"
|
code="trusty"
|
||||||
is_ubuntu_dist=true
|
is_ubuntu_dist=true
|
||||||
is_ubuntu_trusty=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)
|
debian-9|debian-stretch)
|
||||||
code="stretch"
|
code="stretch"
|
||||||
|
|
Loading…
Reference in New Issue