Prevent autostart after installation.

This commit is contained in:
Michael Teeuw 2016-04-13 15:00:05 +02:00
parent d6fa1f9cbc
commit 6e60d30970

View File

@ -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."