From cee33ed1135b036677bdcc636b0645f6a7704466 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 21 May 2022 11:59:21 -0400 Subject: [PATCH] Update zigbee2mqtt-install.sh --- setup/zigbee2mqtt-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/zigbee2mqtt-install.sh b/setup/zigbee2mqtt-install.sh index d03e409e..f1758c0c 100644 --- a/setup/zigbee2mqtt-install.sh +++ b/setup/zigbee2mqtt-install.sh @@ -65,7 +65,7 @@ apt-get install -y sudo &>/dev/null msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository" -sudo curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - &>/dev/null +sudo curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - &>/dev/null msg_ok "Set up Node.js Repository" msg_info "Installing Node.js"