We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c10d3f commit ae16587Copy full SHA for ae16587
zookeeper_startup.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
-sudo apt-get update
3
-sudo apt-get upgrade -y
4
-sudo apt-get install -y jq
+sudo apt-get --assume-yes -qq update
+sudo apt-get --assume-yes -qq upgrade
+sudo apt-get --assume-yes -qq install jq
5
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jdk-7u75-linux-x64.tar.gz"
6
tar -xvf jdk-7*
7
mkdir /usr/lib/jvm
0 commit comments