Commit Graph

59 Commits

Author SHA1 Message Date
Kristjan SCHMIDT 21c7f0da6e Added missing shebang 2021-12-22 21:00:13 +01:00
Michael Teeuw 19afd89df5 Fix Typo 2020-02-01 16:48:35 +01:00
Michael Teeuw cbcc893f64 Restore MM.sh to keep PM2 working. 2020-02-01 15:16:23 +01:00
Michael Teeuw a41bae3132 Cleanup 2020-02-01 15:05:26 +01:00
Michael Teeuw 7f2ecbd04f Cleanup. 2020-02-01 14:32:38 +01:00
Sam Detweiler 786641662c cleanup installers folder 2020-01-12 10:16:59 -06:00
Sam Detweiler edd5e2f5bc move lxsession screensaver checking to last, some systems still have the folder but don't use it 2019-12-24 06:55:12 -06:00
Sam Detweiler 5176b06b59 add check for root user and abort 2019-12-13 08:01:32 -06:00
Sam Detweiler 153d1853fa add apt get upgrade to actually upgrade files, as OS repos are lagging 2019-12-08 08:46:41 -06:00
Sam Detweiler 22a3448461 latest fixes for install and pm2 2019-12-08 08:40:01 -06:00
Sam Detweiler 2cad869680 latest fixes for install and pm2 2019-12-08 08:35:50 -06:00
Your Name db9176c284 fix pm2 install needing sudo 2019-11-27 08:37:51 -06:00
Sam Detweiler 06308210c0 add support for secured apt-get repositories 2019-11-23 06:57:10 -06:00
Sam Detweiler 7d7ec1a00b updates for libc6++ on pi 0, node 10 2019-11-21 22:32:48 -06:00
Sam Detweiler cb7ccd7854 update readme and upgrade script to work from website, fix tabs in config sample 2019-10-25 08:46:41 -05:00
Sam Detweiler e95023e8cc remove forced arch parm for armv6 to armv7, doesn't work 2019-10-24 22:13:46 -05:00
Sam Detweiler 9c98fea8f4 add new upgrade/pm2 scripts, update installer script 2019-10-24 09:33:34 -05:00
Rodrigo Ramírez Norambuena 2723604d3e installer: Remove comment lines added in PR #1715 2019-07-26 01:25:54 -04:00
Sam Detweiler db62b7421a update installer for npm missing, non-PI platforms, mac option on pm2 install 2019-06-29 16:02:44 -05:00
Sami Mäkinen cfc3e6d2f4 Merge branch 'master' into develop 2019-03-18 22:51:23 +02:00
Sami Mäkinen e38dbee6a6 Node 9 -> 10 (LTS) 2019-03-18 22:23:10 +02:00
fdahms 6d9675a299 forgot one sudo 2019-01-13 20:07:20 +01:00
fdahms f87adebe41 Fixing raspbian installer
* fixing issue #1377
* fixing problem with old node installation from fresh raspbian
* add feature for disable screen saver
2019-01-12 18:11:48 +01:00
Michael Teeuw f89bc8422e Merge pull request #1224 from bacongobbler/clearer-install-question
capitalize "y/n" for clearer intent
2018-03-25 14:47:35 +02:00
Michael Teeuw 4bf4889a08 Merge pull request #1225 from moham96/patch-1
use shallow clone
2018-03-25 14:47:09 +02:00
MOHAMMAD RASIM 1abfbe1d34 use shallow clone
not need to download the whole repo history
2018-03-24 16:11:57 +03:00
Matthew Fisher d3095297c2 capitalize "y/n" for clearer intent
If you press enter, `choice` is an empty string and will default to "no". The convention is to capitalize the default answer so users know what happens when they auto-accept prompts.
2018-03-23 16:29:37 -07:00
E:V:A a5d5630067 update node stable to 9.x 2018-03-14 11:24:41 +02:00
David Galloway c29a83b259 Assume yes when installing deps on Raspberry Pi via apt-get
Signed-off-by: David Galloway <dgallowa@redhat.com>
2018-03-11 13:17:33 -04:00
Vladimir Filimonov a60f4e3bad fixing issue https://github.com/MichMich/MagicMirror/issues/884 2017-05-06 21:42:02 +03:00
Rodrigo Ramírez Norambuena 29f68d218d Fix spelling mistake 2017-03-26 18:06:34 -03:00
Michael Teeuw 4d3523b677 Merge pull request #746 from roramirez/json-format-config-pm2
Use JSON format for configuration file on pm2 control process file
2017-03-05 17:15:56 +01:00
Rodrigo Ramírez Norambuena db444f5d7e Fix format comments on installer script 2017-03-02 09:22:32 -03:00
Rodrigo Ramírez Norambuena 16499d2fb8 Use JSON format for configuration pm2 control process file on installer
file.

Also, add to validate format on Gruntfile
2017-03-01 22:12:09 -03:00
Rodrigo Ramez Norambuena b893ae7c14 Fix path for script MagicMirror on pm2 2017-01-22 23:47:17 -03:00
Nicholas Hubbard a459f8b84c Merge branch 'develop' of https://github.com/nhubbard/MagicMirror into develop
This merge is necessary to make Git happy.
2017-01-14 15:34:23 -05:00
Nicholas Hubbard 0d672420f7 Add postinstall script for installation 2017-01-14 15:32:59 -05:00
Michael Teeuw 1601179081 Merge pull request #613 from roramirez/pm2_start
Pm2 start
2017-01-12 19:39:03 +01:00
Alex Barcelo af85ef8cfb removing unnecessary exit, leaving a warning 2017-01-12 17:34:56 +01:00
Alex Barcelo 3cea6e5d0c Add apt-get update in raspberry.sh script
Just tried this script and realized that it is likely that it will fail because the apt index is not up to date.

The trivial fix seems to be to add an `apt-get update` before the package installation. It should be harmless also.
2017-01-12 17:34:54 +01:00
Rodrigo Ramírez Norambuena 4bb3d33907 add choice to use pm2 for auto starting of MagicMirror 2017-01-11 10:22:46 -03:00
Rodrigo Ramírez Norambuena d71fd0ff2d Add pm2 configuration for manager MagicMirror in script installer 2017-01-09 20:39:48 -03:00
Rodrigo Ramírez Norambuena 396bbd83c8 modified installer to use config.js.sample for init config. 2017-01-05 16:09:41 -03:00
Rodrigo Ramírez Norambuena 19d906c5e4 fix tabs, remove extra spaces and lines. 2016-12-29 22:23:08 -03:00
fewieden cbb82ed635 replace system output with MagicMirror splash screen on boot 2016-10-01 00:38:14 +02:00
Nicholas Hubbard af279df5c9 Closes #374.
ARMv6 is not supported by recent versions of Chrome, and by extent, this means recent versions of Electron as well.
2016-09-06 19:23:52 -04:00
Callum 1def120616 Fix typos in raspberry.sh 2016-09-05 22:47:49 -04:00
Jordi De Poortere 05b7237add Fixing various typo's in the installer 2016-05-13 00:02:36 +02:00
Jordi De Poortere 51f4e9e160 Get the latest Node.js
This will get the latest Node.js from the selected branch.
I do recommend only using a stable and tested version as newer ones might break MM.
Branch can be changed by simply editing the NODE_STABLE_BRANCH variable.

By using this setup script, Node.js will be downloaded from the official repository provided by NodeSource.
2016-05-12 23:39:11 +02:00
Michael Teeuw 6abdc4172b remove reference to v2-beta 2016-05-12 12:59:24 +02:00