mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
minor fix
This commit is contained in:
parent
244c4c6201
commit
7ef43caa1e
@ -33,6 +33,6 @@ rm -Rf ~/.MagicMirrorInstaller || exit
|
|||||||
|
|
||||||
echo "Cloning MagicMirror ..."
|
echo "Cloning MagicMirror ..."
|
||||||
git clone -b v2-beta https://github.com/MichMich/MagicMirror.git || exit
|
git clone -b v2-beta https://github.com/MichMich/MagicMirror.git || exit
|
||||||
cd MagicMirror || exit
|
cd ~/MagicMirror || exit
|
||||||
npm install || 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."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user