From 9b11fadd0f3dc2fcdda935c6d9a4c4d5469a0100 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 25 Jul 2017 15:26:22 -0400 Subject: [PATCH] Fix make install in DCAE and MR VMs Change-Id: Ic0f3093fe0716ffcd3089d9af042f8c9866ba375 Signed-off-by: Marco Platania --- boot/dcae_install.sh | 2 +- boot/mr_install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/dcae_install.sh b/boot/dcae_install.sh index 0f9fef01..8e30e6df 100644 --- a/boot/dcae_install.sh +++ b/boot/dcae_install.sh @@ -80,7 +80,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/dcae_vm_init.sh -o /opt/dcae_vm_init.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 -- 2.16.6