Update node-red_setup.sh

This commit is contained in:
tteck 2021-08-16 19:06:51 -04:00 committed by GitHub
parent ebd70c3673
commit 4dd471b0b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ apt-get autoremove >/dev/null
# Update 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
# Install prerequisites
@ -74,4 +74,4 @@ systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
# Cleanup container
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/*