Commit 3681aa13 authored by foxyriver's avatar foxyriver

remove temporary file after apt-get install

parent 2495cc60
...@@ -31,4 +31,6 @@ apt-get clean -y ...@@ -31,4 +31,6 @@ apt-get clean -y
rm -rf \ rm -rf \
/var/cache/debconf/* \ /var/cache/debconf/* \
/var/lib/apt/lists/* \ /var/lib/apt/lists/* \
/var/log/* /var/log/* \
/tmp/* \
/var/tmp/*
Markdown is supported
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