From 46a820b8179b2256c554352d8badd1d70518f3f8 Mon Sep 17 00:00:00 2001 From: WiccyShackleton Date: Wed, 4 Apr 2018 02:07:39 +0000 Subject: [PATCH] Marked where the raspbian stretch fix is located --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index e34787ede..b548812c1 100755 --- a/install +++ b/install @@ -599,12 +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