Update node-red-install.sh

This commit is contained in:
tteckster 2022-10-23 12:14:12 -04:00 committed by GitHub
parent 7b92d8ddb0
commit f99b7649b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ apt-get install -y build-essential &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Installing Node-Red"
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --confirm-root --confirm-install --skip-pi --node18 --no-init &>/dev/nul
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --confirm-root --confirm-install --skip-pi --node18 --no-init &>/dev/null
systemctl enable --now nodered.service &>/dev/null
msg_ok "Installed Node-Red"