remove the kernel sources after install, takes up too much space

This commit is contained in:
Matthew Thode 2015-12-28 22:47:17 -06:00
parent 190288ac07
commit 3d847f917f
No known key found for this signature in database
GPG key ID: 64A37BEAAE19A4E8

View file

@ -74,6 +74,6 @@ rm -f /root/.bash_history
rm -f /root/.nano_history
rm -f /root/.lesshst
rm -f /root/.ssh/known_hosts
rm -f /usr/src/linux
rm -rf /usr/src/linux
for i in $(find /var/log -type f); do echo > $i; done
for i in $(find /tmp -type f); do rm -f $i; done