From af279df5c9845b3063d906b441ddcddef9a4493c Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Tue, 6 Sep 2016 19:23:52 -0400 Subject: [PATCH] Closes #374. ARMv6 is not supported by recent versions of Chrome, and by extent, this means recent versions of Electron as well. --- installers/raspberry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/raspberry.sh b/installers/raspberry.sh index f10c0ddc..ce37e86f 100644 --- a/installers/raspberry.sh +++ b/installers/raspberry.sh @@ -28,6 +28,7 @@ ARM=$(uname -m) if [ "$ARM" != "armv7l" ]; then echo -e "\e[91mSorry, your Raspberry Pi is not supported." echo -e "\e[91mPlease run MagicMirror on a Raspberry Pi 2 or 3." + echo -e "\e[91mIf this is a Pi Zero, you are in the same boat as the original Raspberry Pi. You must run in server only mode." exit; fi