diff options
author | Marco Platania <platania@research.att.com> | 2017-07-25 15:26:22 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-07-25 15:26:22 -0400 |
commit | 9b11fadd0f3dc2fcdda935c6d9a4c4d5469a0100 (patch) | |
tree | 98c47815a21879544631fb0ccab448d352fa1003 /boot | |
parent | deea42fa89d8400bae9c740a718a66d2cc15e13d (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')
-rw-r--r-- | boot/dcae_install.sh | 2 | ||||
-rw-r--r-- | 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 |