fix rasbian debian 10 install

This commit is contained in:
Robb Ebright 2019-12-28 09:01:22 -05:00
parent 1c2906f5ab
commit 1139f82ef2
1 changed files with 9 additions and 0 deletions

View File

@ -633,6 +633,15 @@ case "${dist}-${code}" in
is_debian_stretch=true
;;
#End of fix
#Fix for Raspbian 10 (buster)
raspbian-10|10)
code="buster"
dist="debian"
is_debian_dist=true
is_debian_buster=true
;;
#End of fix
debian-8|debian-jessie)
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