diff options
Diffstat (limited to 'boot/vid_install.sh')
-rw-r--r-- | boot/vid_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/vid_install.sh b/boot/vid_install.sh index 06a4c927..a24b5c9c 100644 --- a/boot/vid_install.sh +++ b/boot/vid_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/vid_vm_init.sh -o /opt/vid_vm_init.sh |