Fuckin' Perl. Marshall 199MB => 130MB
This commit is contained in:
parent
b9b9aa9083
commit
4014e273fc
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
source /installers/config
|
||||
cd /
|
||||
apt-get remove -yqq \
|
||||
perl
|
||||
apt-get autoremove -y
|
||||
apt-get clean
|
||||
rm -rf \
|
||||
|
|
@ -10,4 +12,5 @@ rm -rf \
|
|||
/var/cache/* \
|
||||
/var/log/dpkg* \
|
||||
/usr/share/doc \
|
||||
/usr/share/doc-base \
|
||||
/var/log/apt/term.log
|
||||
Loading…
Reference in a new issue