Fix make install in DCAE and MR VMs 39/6239/1
authorMarco Platania <platania@research.att.com>
Tue, 25 Jul 2017 19:26:22 +0000 (15:26 -0400)
committerMarco Platania <platania@research.att.com>
Tue, 25 Jul 2017 19:26:22 +0000 (15:26 -0400)
Change-Id: Ic0f3093fe0716ffcd3089d9af042f8c9866ba375
Signed-off-by: Marco Platania <platania@research.att.com>
boot/dcae_install.sh
boot/mr_install.sh

index 0f9fef0..8e30e6d 100644 (file)
@@ -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
index ec7b6d2..b47d3d3 100644 (file)
@@ -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