Update node-red-install.sh

This commit is contained in:
tteckster 2022-10-23 11:27:07 -04:00 committed by GitHub
parent 94a2925230
commit 7b92d8ddb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
apt-get install -y curl &>/dev/null apt-get install -y curl &>/dev/null
apt-get install -y sudo &>/dev/null apt-get install -y sudo &>/dev/null
apt-get install -y git &>/dev/null
apt-get install -y build-essential &>/dev/null
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Node-Red" msg_info "Installing Node-Red"