From c72eea7036c9c157b5dacc1cbca224299517f881 Mon Sep 17 00:00:00 2001 From: tim-moody Date: Thu, 11 Nov 2021 16:36:10 -0500 Subject: [PATCH] add backwards compatibility for existing raspios 10 installs --- scripts/local_facts.fact | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index 003a9c5cd..eaca258e7 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -78,6 +78,7 @@ case $OS_VER in "ubuntu-2204" | \ "linuxmint-20" | \ "linuxmint-21" | \ + "raspbian-10" | \ "raspbian-11") ;; *) OS_VER="OS Not Supported -- Plz Read: https://github.com/iiab/iiab/wiki/IIAB-Platforms"