mirror of https://github.com/apache/cloudstack.git
appliance: do a apt-get clean before upgrade to free up space
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
083a4950a9
commit
5fb5937cdb
|
|
@ -30,6 +30,7 @@ function apt_upgrade() {
|
|||
|
||||
add_backports
|
||||
|
||||
apt-get clean
|
||||
apt-get -q -y --force-yes update
|
||||
apt-get -q -y --force-yes upgrade
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue