Merge remote-tracking branch 'robbt/raspbian-buster-fix'

This commit is contained in:
Kyle Robbertze 2020-01-02 09:57:12 +02:00
commit 71c144aa75

View file

@ -633,6 +633,15 @@ case "${dist}-${code}" in
is_debian_stretch=true is_debian_stretch=true
;; ;;
#End of fix #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) 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 "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 dropped support for installing LibreTime on Jessie in 3.0.0-alpha.8." >&2