From f99b7649b54bc7439e4c3853a48d178173a1767a Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 23 Oct 2022 12:14:12 -0400 Subject: [PATCH] Update node-red-install.sh --- setup/node-red-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/node-red-install.sh b/setup/node-red-install.sh index a9b742da..babd4099 100644 --- a/setup/node-red-install.sh +++ b/setup/node-red-install.sh @@ -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"