qistoph / MMM-autoinstall

MagicMirror² module to automatically install configured modules
2 stars 0 forks source link

Install other dependencies #1

Closed paviro closed 7 years ago

paviro commented 7 years ago

It should be possible to install other dependencies as well for more complex modules. Volumio does this via an install.sh script, not sure if this is the right approach but could be worth looking into: https://github.com/volumio/volumio-plugins/blob/master/plugins/music_service/spotify/install.sh

qistoph commented 7 years ago

This is already supported through the npm install command. Npm can run script during the installation on different times. For detailed information have a look here at the NPM script documentation.

paviro commented 7 years ago

Right! Completely forgot about that!

Am 07.12.2016 um 08:31 schrieb Chris van Marle notifications@github.com:

This is already supported through the npm install command. Npm can run script during the installation on different times. For detailed information have a look here at the NPM script documentation.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.