aboutsummaryrefslogtreecommitdiffstats
path: root/boot/cli_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'boot/cli_install.sh')
-rw-r--r--boot/cli_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/cli_install.sh b/boot/cli_install.sh
index 77400148..d167a1a5 100644
--- a/boot/cli_install.sh
+++ b/boot/cli_install.sh
@@ -39,7 +39,7 @@ apt-get install -y wget unzip
java -version
if [ $? == 127 ]
then
- apt-get install openjdk-8-jre
+ apt-get install -y openjdk-8-jre
fi
wget -O $CLI_ZIP $CLI_LATEST_BINARY