mirror of https://github.com/apache/cloudstack.git
appliance: before apt-get upgrade, do a clean to free-up space
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
78bfaa79cf
commit
9198859dcf
|
|
@ -110,6 +110,7 @@ install_packages() {
|
|||
apt-get --no-install-recommends -q -y --force-yes install radvd
|
||||
|
||||
# do a final update and upgrade
|
||||
apt-get clean
|
||||
apt-get update
|
||||
apt-get -y --force-yes upgrade
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@ install_packages() {
|
|||
apt-get --no-install-recommends -q -y --force-yes install radvd
|
||||
|
||||
# do a final update and upgrade
|
||||
apt-get clean
|
||||
apt-get update
|
||||
apt-get -y --force-yes upgrade
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue