Update zigbee2mqtt-install.sh

This commit is contained in:
tteckster 2022-05-21 11:59:21 -04:00 committed by GitHub
parent 72ab9089ff
commit cee33ed113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"