mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Update the installer to allow condensed installation.
Condensed installation is where the user Git Clones the repo and runs the installer there.
This commit is contained in:
parent
43288b2e97
commit
bb63232f55
@ -60,8 +60,10 @@ rm -rf node*
|
||||
# Run Node checks to make sure Node works properly.
|
||||
curl -sL https://deb.nodesource.com/test | bash -
|
||||
npm config set loglevel info
|
||||
wget https://github.com/nhubbard/MagicMirror/archive/v2-beta.zip
|
||||
unzip v2-beta.zip
|
||||
cd MagicMirror-2-beta
|
||||
if [ ! -f package.json ]; then
|
||||
wget https://github.com/nhubbard/MagicMirror/archive/v2-beta.zip
|
||||
unzip v2-beta.zip
|
||||
cd MagicMirror-2-beta
|
||||
fi
|
||||
npm install
|
||||
echo "We're ready! Run `npm start` from the MagicMirror-2-beta directory (not over SSH) and enjoy MagicMirror2!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user