Skip to content

Commit ae16587

Browse files
committed
another apt-get update
1 parent 1c10d3f commit ae16587

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zookeeper_startup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
2-
sudo apt-get update
3-
sudo apt-get upgrade -y
4-
sudo apt-get install -y jq
2+
sudo apt-get --assume-yes -qq update
3+
sudo apt-get --assume-yes -qq upgrade
4+
sudo apt-get --assume-yes -qq install jq
55
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"
66
tar -xvf jdk-7*
77
mkdir /usr/lib/jvm

0 commit comments

Comments
 (0)