aboutsummaryrefslogtreecommitdiffstats
path: root/boot/mr_install.sh
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-07-25 15:26:22 -0400
committerMarco Platania <platania@research.att.com>2017-07-25 15:26:22 -0400
commit9b11fadd0f3dc2fcdda935c6d9a4c4d5469a0100 (patch)
tree98c47815a21879544631fb0ccab448d352fa1003 /boot/mr_install.sh
parentdeea42fa89d8400bae9c740a718a66d2cc15e13d (diff)
Fix make install in DCAE and MR VMs
Change-Id: Ic0f3093fe0716ffcd3089d9af042f8c9866ba375 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/mr_install.sh')
-rw-r--r--boot/mr_install.sh2
1 files changed, 1 insertions, 1 deletions
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