updating the jre to version 7 on system vms

This commit is contained in:
Abhinandan Prateek 2014-01-17 16:11:28 +05:30
parent 330571cea6
commit fc2e7ec70a
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ install_packages() {
# ipcalc
apt-get --no-install-recommends -q -y --force-yes install ipcalc
# java
apt-get --no-install-recommends -q -y --force-yes install default-jre-headless
apt-get --no-install-recommends -q -y --force-yes install openjdk-7-jre-headless
echo "iptables-persistent iptables-persistent/autosave_v4 boolean true" | debconf-set-selections
echo "iptables-persistent iptables-persistent/autosave_v6 boolean true" | debconf-set-selections

View File

@ -66,7 +66,7 @@ install_packages() {
# ipcalc
apt-get --no-install-recommends -q -y --force-yes install ipcalc
# java
apt-get --no-install-recommends -q -y --force-yes install default-jre-headless
apt-get --no-install-recommends -q -y --force-yes install openjdk-7-jre-headless
echo "iptables-persistent iptables-persistent/autosave_v4 boolean true" | debconf-set-selections
echo "iptables-persistent iptables-persistent/autosave_v6 boolean true" | debconf-set-selections