Browse Source

Update zigbee2mqtt-install.sh

tteckster 3 years ago
parent
commit
cee33ed113
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup/zigbee2mqtt-install.sh

+ 1 - 1
setup/zigbee2mqtt-install.sh

@@ -65,7 +65,7 @@ apt-get install -y sudo &>/dev/null
 msg_ok "Installed Dependencies"
 msg_ok "Installed Dependencies"
 
 
 msg_info "Setting up Node.js Repository"
 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_ok "Set up Node.js Repository"
 
 
 msg_info "Installing Node.js"
 msg_info "Installing Node.js"