From 9b11fadd0f3dc2fcdda935c6d9a4c4d5469a0100 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 25 Jul 2017 15:26:22 -0400 Subject: Fix make install in DCAE and MR VMs Change-Id: Ic0f3093fe0716ffcd3089d9af042f8c9866ba375 Signed-off-by: Marco Platania --- boot/mr_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/mr_install.sh') diff --git a/boot/mr_install.sh b/boot/mr_install.sh index ec7b6d23..b47d3d35 100644 --- a/boot/mr_install.sh +++ b/boot/mr_install.sh @@ -49,7 +49,7 @@ fi # Download dependencies add-apt-repository -y ppa:openjdk-r/ppa apt-get update -apt-get install -y apt-transport-https ca-certificates wget make openjdk-8-jdk git ntp ntpdate make +apt-get install -y apt-transport-https ca-certificates wget make openjdk-8-jdk git ntp ntpdate # Download scripts from Nexus curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/mr_vm_init.sh -o /opt/mr_vm_init.sh -- cgit 1.2.3-korg