summaryrefslogtreecommitdiffstats
path: root/boot/dcae_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'boot/dcae_install.sh')
-rw-r--r--boot/dcae_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/dcae_install.sh b/boot/dcae_install.sh
index 8e30e6df..0f9fef01 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
+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/dcae_vm_init.sh -o /opt/dcae_vm_init.sh