mirror of https://github.com/tteck/Proxmox.git
Update node-red-install.sh
This commit is contained in:
parent
94a2925230
commit
7b92d8ddb0
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue