From 6e60d309708b8603d2f9b5a7680cb7e61bb845a0 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Wed, 13 Apr 2016 15:00:05 +0200 Subject: [PATCH] Prevent autostart after installation. --- installers/raspberry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspberry.sh b/installers/raspberry.sh index 26591329..aa9e6410 100644 --- a/installers/raspberry.sh +++ b/installers/raspberry.sh @@ -35,4 +35,4 @@ echo "Cloning MagicMirror ..." git clone -b v2-beta https://github.com/MichMich/MagicMirror.git || exit cd ~/MagicMirror || exit npm install || exit -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."