diff options
author | Marco Platania <platania@research.att.com> | 2017-07-25 13:49:36 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-07-25 13:49:36 -0400 |
commit | efaf7672e8e15823f871ea7689cb9aaf83630e19 (patch) | |
tree | 54e5449270b35897231c4babc1bf481f418d9f80 /boot/mr_install.sh | |
parent | e4833492df6547160233f4d6d776241ee81d5a9d (diff) |
Add make package to ONAP VMs
Change-Id: I5137f0f62dd425a67662676f55de5f09fbbbdd86
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/mr_install.sh')
-rw-r--r-- | boot/mr_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mr_install.sh b/boot/mr_install.sh index b47d3d35..ec7b6d23 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 +apt-get install -y apt-transport-https ca-certificates wget make openjdk-8-jdk git ntp ntpdate make # Download scripts from Nexus curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/mr_vm_init.sh -o /opt/mr_vm_init.sh |