remove the kernel sources after install, takes up too much space
This commit is contained in:
parent
190288ac07
commit
3d847f917f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue