소스 검색

Update node-red-install.sh

tteckster 2 년 전
부모
커밋
f99b7649b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup/node-red-install.sh

+ 1 - 1
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"