From fa6536152a17dfd03b6eb10b2a1e0868fc9e134c Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Fri, 17 Jan 2014 17:35:51 +0100 Subject: [PATCH] Revert "update packages list before getting jre 7" This reverts commit 5121f8cd4e4adcdf23b6ec25cb1c28bec8f417a7. --- tools/appliance/definitions/systemvm64template/postinstall.sh | 1 - tools/appliance/definitions/systemvmtemplate/postinstall.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index e523e25c3b1..648e93480a4 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -69,7 +69,6 @@ install_packages() { apt-get --no-install-recommends -q -y --force-yes install keepalived conntrackd ipvsadm libnetfilter-conntrack3 libnl1 # ipcalc apt-get --no-install-recommends -q -y --force-yes install ipcalc - apt-get update # java apt-get --no-install-recommends -q -y --force-yes install openjdk-7-jre-headless diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 910dc015b75..0828dbff0b5 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -65,7 +65,6 @@ install_packages() { apt-get --no-install-recommends -q -y --force-yes install keepalived conntrackd ipvsadm libnetfilter-conntrack3 libnl1 # ipcalc apt-get --no-install-recommends -q -y --force-yes install ipcalc - apt-get update # java apt-get --no-install-recommends -q -y --force-yes install openjdk-7-jre-headless