This commit is contained in:
parent
1ec3f99d30
commit
f846a62eaa
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#! /bin/sh
|
||||
|
||||
rm -rf /root/.cache /root/.rnd
|
||||
find /tmp -type d -name 'systemd-*-systemd-timesyncd.service*' -delete
|
||||
find /var/tmp -type d -name 'systemd-*-systemd-timesyncd.service*' -delete
|
||||
find /var/lib/apt -type f -delete
|
||||
find /var/cache/apt -type f -delete
|
||||
find /var/log -type f -regextype posix-extended -regex '.*\.(gz|xz|[0-9])' -delete
|
||||
|
|
Loading…
Reference in a new issue