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