diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index f09192730a49e3d175da45a1ab77a749524de0ee..576527b83390676075c583e832caf0a24609dab8 100755
--- a/ShellB3/shallbethree.sh
+++ b/ShellB3/shallbethree.sh
@@ -401,7 +401,7 @@ isDebianLinux(){
   if isNotLinux ; then
     return 1
   fi
-  test "$(LinuxDistroName)" == "Debian"
+  test "$(LinuxDistroName)" == "Debian" -o "$(LinuxDistroName)" == "Raspbian"
   return $?  
 }