appliance: fix missing statement

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-01-28 23:14:12 +05:30
parent eca528dec7
commit a3fa59eaf1
2 changed files with 2 additions and 2 deletions

View File

@ -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() {

View File

@ -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() {