From efaf7672e8e15823f871ea7689cb9aaf83630e19 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 25 Jul 2017 13:49:36 -0400 Subject: Add make package to ONAP VMs Change-Id: I5137f0f62dd425a67662676f55de5f09fbbbdd86 Signed-off-by: Marco Platania --- boot/policy_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/policy_install.sh') diff --git a/boot/policy_install.sh b/boot/policy_install.sh index 0f723cfb..648dd371 100644 --- a/boot/policy_install.sh +++ b/boot/policy_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 openjdk-8-jdk git ntp ntpdate +apt-get install -y apt-transport-https ca-certificates wget openjdk-8-jdk git ntp ntpdate make # Download scripts from Nexus curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/policy_vm_init.sh -o /opt/policy_vm_init.sh -- cgit 1.2.3-korg