diff options
author | Marco Platania <platania@research.att.com> | 2018-08-02 14:14:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-02 14:14:22 +0000 |
commit | 62347152ef6e9d284d8bc45373fb6f83a5162110 (patch) | |
tree | 4cbbf6dba57b36973893870be52d6047a4506568 /boot/nbi_install.sh | |
parent | 7bd187204890a67ae0ff654f3c3bfaf15b2abe2c (diff) | |
parent | 2c2914ae3fe4e82209ae9a46f68a15c4ad1ede1e (diff) |
Merge "Remove unnecessary install of JDK"
Diffstat (limited to 'boot/nbi_install.sh')
-rw-r--r-- | boot/nbi_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/nbi_install.sh b/boot/nbi_install.sh index 5af9332d..e05b1115 100644 --- a/boot/nbi_install.sh +++ b/boot/nbi_install.sh @@ -55,7 +55,7 @@ then fi apt-get update -apt-get install --allow-unauthenticated -y apt-transport-https ca-certificates curl git ntp ntpdate make software-properties-common +apt-get install -y apt-transport-https ca-certificates curl git ntp ntpdate make software-properties-common # Download scripts from Nexus unzip -p -j /opt/boot-$ARTIFACTS_VERSION.zip nbi_vm_init.sh > /opt/nbi_vm_init.sh |