aboutsummaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot/dcae_install.sh2
-rw-r--r--boot/mr_install.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/boot/dcae_install.sh b/boot/dcae_install.sh
index 0f9fef01..8e30e6df 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 make
+apt-get install -y apt-transport-https ca-certificates wget make openjdk-8-jdk git ntp ntpdate
# Download scripts from Nexus
curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/dcae_vm_init.sh -o /opt/dcae_vm_init.sh
diff --git a/boot/mr_install.sh b/boot/mr_install.sh
index ec7b6d23..b47d3d35 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 make
+apt-get install -y apt-transport-https ca-certificates wget make openjdk-8-jdk git ntp ntpdate
# Download scripts from Nexus
curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/mr_vm_init.sh -o /opt/mr_vm_init.sh