diff options
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 |