Marked where the raspbian stretch fix is located

This commit is contained in:
WiccyShackleton 2018-04-04 02:07:39 +00:00
parent 81e0832a2f
commit 46a820b817
1 changed files with 2 additions and 0 deletions

View File

@ -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