Marked where the raspbian stretch fix is located
This commit is contained in:
parent
81e0832a2f
commit
46a820b817
2
install
2
install
|
@ -599,12 +599,14 @@ case "${dist}-${code}" in
|
||||||
is_debian_dist=true
|
is_debian_dist=true
|
||||||
is_debian_stretch=true
|
is_debian_stretch=true
|
||||||
;;
|
;;
|
||||||
|
#Fix for Raspbian 9 (stretch)
|
||||||
raspbian-9|9)
|
raspbian-9|9)
|
||||||
code="stretch"
|
code="stretch"
|
||||||
dist="debian"
|
dist="debian"
|
||||||
is_debian_dist=true
|
is_debian_dist=true
|
||||||
is_debian_stretch=true
|
is_debian_stretch=true
|
||||||
;;
|
;;
|
||||||
|
#End of fix
|
||||||
debian-8|debian-jessie)
|
debian-8|debian-jessie)
|
||||||
code="jessie"
|
code="jessie"
|
||||||
is_debian_dist=true
|
is_debian_dist=true
|
||||||
|
|
Loading…
Reference in New Issue