fix rasbian debian 10 install
This commit is contained in:
parent
1c2906f5ab
commit
1139f82ef2
9
install
9
install
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue