From 244c4c62011e531a43cfc0ba5a05313908d00bc0 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sat, 9 Apr 2016 15:32:31 +0200 Subject: [PATCH] fix typo --- installers/raspberry.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installers/raspberry.sh b/installers/raspberry.sh index 1774216f..fa07d924 100644 --- a/installers/raspberry.sh +++ b/installers/raspberry.sh @@ -35,5 +35,4 @@ echo "Cloning MagicMirror ..." git clone -b v2-beta https://github.com/MichMich/MagicMirror.git || exit cd MagicMirror || exit npm install || exit -echo "" -echo "We're ready! Run `DISPLAY=:0 npm start` from the MagicMirror directory. +echo "We're ready! Run `DISPLAY=:0 npm start` from the MagicMirror directory."