Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 25f8668a authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: cleanup node-red tarball


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 1592c7cb
Branches
Tags
No related merge requests found
......@@ -1138,6 +1138,9 @@ cat > "${DIR}/cleanup_script.sh" <<-__EOF__
apt-get clean
rm -rf /var/lib/apt/lists/*
if [ -d /var/cache/bb-node-red-installer ] ; then
rm -rf /var/cache/bb-node-red-installer|| true
fi
if [ -d /var/cache/c9-core-installer/ ] ; then
rm -rf /var/cache/c9-core-installer/ || true
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment