mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
updating the jre to version 7 on system vms
(cherry picked from commit fc2e7ec70a1cc48a10a168ec3df607b49a7bcdf6) Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
This commit is contained in:
parent
8f10dedce9
commit
0685371179
@ -69,7 +69,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
|
||||
|
||||
@ -65,7 +65,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user