mirror of https://github.com/tteck/Proxmox.git
Update node-red_setup.sh
This commit is contained in:
parent
219cf5ddbb
commit
b77ed35901
|
@ -29,6 +29,8 @@ apt-get -y purge openssh-{client,server} >/dev/null
|
|||
apt-get autoremove >/dev/null
|
||||
|
||||
msg "Updating container OS..."
|
||||
apt update &>/dev/null
|
||||
apt-get -qqy upgrade &>/dev/null
|
||||
|
||||
msg "Installing prerequisites..."
|
||||
apt-get -qqy install \
|
||||
|
|
Loading…
Reference in New Issue