fix grammar in Jessie warning
This commit is contained in:
parent
a3f329834e
commit
ddf34a1f9b
2
install
2
install
|
@ -633,7 +633,7 @@ case "${dist}-${code}" in
|
|||
code="jessie"
|
||||
is_debian_dist=true
|
||||
echo -e "ERROR: Debian Jessie is archived and does not receive any security or other updates since 2018-05-17." >&2
|
||||
echo -e "The LibreTime installer dropped support for installing LibreTime on Jessie in 3.0.0-alpha.8." >&2
|
||||
echo -e "The LibreTime installer will drop support for installing LibreTime on Jessie in 3.0.0-alpha.8." >&2
|
||||
sleep 6
|
||||
is_debian_jessie=true
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue