aboutsummaryrefslogtreecommitdiffstats
path: root/boot/aai_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'boot/aai_install.sh')
-rw-r--r--boot/aai_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/aai_install.sh b/boot/aai_install.sh
index 53d50e93..b119418b 100644
--- a/boot/aai_install.sh
+++ b/boot/aai_install.sh
@@ -48,7 +48,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/aai_vm_init.sh -o /opt/aai_vm_init.sh