mirror of https://github.com/tteck/Proxmox.git
Update node-red_setup.sh
This commit is contained in:
parent
ebd70c3673
commit
4dd471b0b0
|
@ -32,7 +32,7 @@ apt-get autoremove >/dev/null
|
||||||
|
|
||||||
# Update container OS
|
# Update container OS
|
||||||
msg "Updating container OS..."
|
msg "Updating container OS..."
|
||||||
apt-get update >/dev/null
|
apt-get --allow-releaseinfo-change update >/dev/null
|
||||||
apt-get -qqy upgrade &>/dev/null
|
apt-get -qqy upgrade &>/dev/null
|
||||||
|
|
||||||
# Install prerequisites
|
# Install prerequisites
|
||||||
|
@ -74,4 +74,4 @@ systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
||||||
|
|
||||||
# Cleanup container
|
# Cleanup container
|
||||||
msg "Cleanup..."
|
msg "Cleanup..."
|
||||||
rm -rf /node-red_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
|
rm -rf /node-red_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in New Issue