mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1340: apt-get autoclean and then clean to remove cached debs
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
673700a1a2
commit
6380e2004c
|
|
@ -2,6 +2,7 @@
|
|||
#apt-get -y remove linux-headers-$(uname -r) build-essential
|
||||
apt-get -y remove dictionaries-common busybox
|
||||
apt-get -y autoremove
|
||||
apt-get autoclean
|
||||
apt-get clean
|
||||
|
||||
# Removing leftover leases and persistent rules
|
||||
|
|
|
|||
Loading…
Reference in New Issue