From a3fa59eaf197960ddfe985c273c79ade8d5eefe0 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 28 Jan 2015 23:14:12 +0530 Subject: [PATCH] appliance: fix missing statement Signed-off-by: Rohit Yadav --- tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index fc1333d1c8c..de632931fd3 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -110,7 +110,7 @@ install_packages() { # do a final update and upgrade apt-get update - apt-get -y --force-yes + apt-get -y --force-yes upgrade } setup_accounts() { diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index c08a9b1b02a..1ed12587837 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -100,7 +100,7 @@ install_packages() { # do a final update and upgrade apt-get update - apt-get -y --force-yes + apt-get -y --force-yes upgrade } setup_accounts() {