mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +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.
|
# Run Node checks to make sure Node works properly.
|
||||||
curl -sL https://deb.nodesource.com/test | bash -
|
curl -sL https://deb.nodesource.com/test | bash -
|
||||||
npm config set loglevel info
|
npm config set loglevel info
|
||||||
wget https://github.com/nhubbard/MagicMirror/archive/v2-beta.zip
|
if [ ! -f package.json ]; then
|
||||||
unzip v2-beta.zip
|
wget https://github.com/nhubbard/MagicMirror/archive/v2-beta.zip
|
||||||
cd MagicMirror-2-beta
|
unzip v2-beta.zip
|
||||||
|
cd MagicMirror-2-beta
|
||||||
|
fi
|
||||||
npm install
|
npm install
|
||||||
echo "We're ready! Run `npm start` from the MagicMirror-2-beta directory (not over SSH) and enjoy MagicMirror2!"
|
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