Merge pull request #475 from WiccyShackleton/master

Fix to the installer to enable successful install on Raspbian 9 (stretch)
This commit is contained in:
Robb 2018-05-24 14:36:04 -04:00 committed by GitHub
commit 914e2a2384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -599,6 +599,14 @@ case "${dist}-${code}" in
is_debian_dist=true
is_debian_stretch=true
;;
#Fix for Raspbian 9 (stretch)
raspbian-9|9)
code="stretch"
dist="debian"
is_debian_dist=true
is_debian_stretch=true
;;
#End of fix
debian-8|debian-jessie)
code="jessie"
is_debian_dist=true