Cleanup all -dev packages
This commit is contained in:
parent
d839d8d3fa
commit
e150bd5f40
@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Remove packages not necessary for release
|
||||
apt-get -y purge bash-completion file gcc git htop libpq-dev python-dev openssh-server tree uuid-runtime vim
|
||||
apt-get -y purge bash-completion file gcc git htop openssh-server tree uuid-runtime vim
|
||||
dpkg -l | awk '{print $2}' | grep '\-dev$' | apt-get -y purge
|
||||
apt-get -y --purge autoremove
|
||||
|
||||
# Clean package cache
|
||||
|
Loading…
Reference in New Issue
Block a user