From 50921254d7b70bf099b0ce96d5e972e478b74d62 Mon Sep 17 00:00:00 2001 From: aptyp222 Date: Sat, 2 Nov 2019 15:46:02 +0400 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 467ff63..de5e844 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - +curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - sudo apt install -y nodejs libavahi-compat-libdnssd-dev [ ! -d ~/.homebridge ] && mkdir ~/.homebridge && cp config.json ~/.homebridge