Last active
August 14, 2022 19:53
-
-
Save davidjgonzalez/0145fbdb43e2f7bfdd9289d53165e9d6 to your computer and use it in GitHub Desktop.
QNAP Homebridge Container install.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# *** Copy this file to /root/.homebridge *** | |
# This file gets executed as root, so you can use it to | |
# install or update any plugin dependencies. | |
# See https://github.com/marcoraddatz/homebridge-docker#installsh | |
npm update -g n | |
npm install -g homebridge-netatmo | |
npm install -g homebridge-nukiio | |
npm install -g homebridge-synology | |
npm install -g homebridge-tplink-smarthome | |
npm install -g homebridge-nest | |
npm install -g homebridge-harmonyhub | |
# Install node modules for other homebridge modules that are used in config.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment