From 2c2914ae3fe4e82209ae9a46f68a15c4ad1ede1e Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 1 Aug 2018 14:13:02 -0700 Subject: Remove unnecessary install of JDK JDK should not be necessary in HEAT VMs since everything should be run in docker containers. Change-Id: Ibf5038490595bdf3a02699eeb824eb4b4e569bb1 Issue-ID: INT-605 Signed-off-by: Gary Wu --- boot/mr_install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'boot/mr_install.sh') diff --git a/boot/mr_install.sh b/boot/mr_install.sh index d11becfb..152e67f8 100644 --- a/boot/mr_install.sh +++ b/boot/mr_install.sh @@ -55,10 +55,8 @@ then fi # Download dependencies -echo "deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu $(lsb_release -c -s) main" >> /etc/apt/sources.list.d/java.list -echo "deb-src http://ppa.launchpad.net/openjdk-r/ppa/ubuntu $(lsb_release -c -s) main" >> /etc/apt/sources.list.d/java.list apt-get update -apt-get install --allow-unauthenticated -y apt-transport-https ca-certificates wget make openjdk-8-jdk git ntp ntpdate +apt-get install -y apt-transport-https ca-certificates wget make git ntp ntpdate # Download scripts from Nexus # a) scripts for message router (mr) -- cgit 1.2.3-korg