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

View File

@ -75,6 +75,8 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies"
apt-get install -y curl &>/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_info "Installing Node-Red"